mirror of
https://github.com/valitydev/woody_java.git
synced 2024-11-06 08:15:21 +00:00
c7ca08f8a7
* BJ-180: Added client network timeout config * BJ-180: Log style formatting, add more info * BJ-180: Disable pooling test * BJ-180: Fixed bug: no logs if withEventListener hasn't been invoked * BJ-180: Bumped build image tag
13 lines
338 B
Groovy
13 lines
338 B
Groovy
#!groovy
|
|
build('woody_java', 'docker-host') {
|
|
checkoutRepo()
|
|
loadBuildUtils()
|
|
|
|
def javaLibPipeline
|
|
runStage('load JavaLib pipeline') {
|
|
javaLibPipeline = load("build_utils/jenkins_lib/pipeJavaLib.groovy")
|
|
}
|
|
|
|
def buildImageTag = "4799280a02cb73761a3ba3641285aac8ec4ec482"
|
|
javaLibPipeline(buildImageTag)
|
|
} |