summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-10-11 19:22:45 +0200
committerChristian Poessinger <christian@poessinger.com>2019-10-11 20:24:24 +0200
commit92884280ac5693f050f80db8ad698cc2f64193c5 (patch)
tree78f9bc5bcad2a855ebfa98445fd5d68f57ba0018 /Jenkinsfile
parent9b5867b7345e14cd7b738b51ae5b17a524e461f5 (diff)
downloadvyos-1x-92884280ac5693f050f80db8ad698cc2f64193c5.tar.gz
vyos-1x-92884280ac5693f050f80db8ad698cc2f64193c5.zip
Jenkins: Docker: always pull container from Dockerhub
(cherry picked from commit ef7c5aaecd2936d9c2f28d22aec185602dc48206)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 7529d949e..a169b8f2c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -74,6 +74,7 @@ pipeline {
docker {
args '--sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006'
image 'vyos/vyos-build:equuleus'
+ alwaysPull true
}
}
options {