diff --git a/Jenkinsfile b/Jenkinsfile index 3f33bde..0fab237 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ properties([ buildDiscarder(logRotator(daysToKeepStr: "60", numToKeepStr: "30")) ]) podTemplate(label: label, containers: [ - containerTemplate(name: "builder", image: "timzu/build-image:v0.1.2--kube", command: "cat", ttyEnabled: true, alwaysPullImage: true), + containerTemplate(name: "builder", image: "timzu/build-image:v0.1.5--kube", command: "cat", ttyEnabled: true, alwaysPullImage: true), containerTemplate(name: "maven", image: "maven:3.5.4-jdk-8-alpine", command: "cat", ttyEnabled: true) ], volumes: [ hostPathVolume(mountPath: "/var/run/docker.sock", hostPath: "/var/run/docker.sock"),