mirror of
https://github.com/valitydev/testcontainers-annotations.git
synced 2024-11-06 08:55:19 +00:00
14 lines
355 B
Groovy
14 lines
355 B
Groovy
#!groovy
|
|
build('testcontainers-annotations', 'docker-host') {
|
|
checkoutRepo()
|
|
loadBuildUtils()
|
|
|
|
def javaLibPipeline
|
|
runStage('load JavaLib pipeline') {
|
|
javaLibPipeline = load("build_utils/jenkins_lib/pipeJavaLib.groovy")
|
|
}
|
|
|
|
def buildImageTag = "442c2c274c1d8e484e5213089906a4271641d95e"
|
|
javaLibPipeline(buildImageTag)
|
|
}
|