woody_java/Jenkinsfile
Vladimir Pankrashkin c7ca08f8a7 Ft/bj 180/network timeout (#22)
* 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
2017-06-27 13:21:02 +03:00

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