testcontainers-annotations/Jenkinsfile
2021-07-26 13:41:04 +07:00

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)
}