summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-10-30 13:56:16 +0100
committerChristian Poessinger <christian@poessinger.com>2019-10-30 13:56:16 +0100
commitc35453f002ade9b5325162f71cebd5a6fea118e6 (patch)
treee88d7b23096e6d9918e5d9695d21b2c8812cd88d
parentf27e6767a0d20400f58a7e0eedc15373d51e2c1a (diff)
downloadlibvyosconfig-c35453f002ade9b5325162f71cebd5a6fea118e6.tar.gz
libvyosconfig-c35453f002ade9b5325162f71cebd5a6fea118e6.zip
Jenkins: Docker: always pull container from DockerhubVyOS_1.2-2019Q4
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 9309a5e..e882e69 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:current'
+ alwaysPull true
}
}
options {