Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timurgaleev authored Aug 25, 2020
1 parent 6e097dc commit 6e364be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 6e364be

Please sign in to comment.