From 6e364be769e30659c4179790ddc2f76d077ceb64 Mon Sep 17 00:00:00 2001 From: Timur Galeev <32696429+timurgaleev@users.noreply.github.com> Date: Tue, 25 Aug 2020 18:10:01 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),