summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-18 12:39:24 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-18 12:39:24 +0100
commita26ecd08fbb5448dd53e16b05431212122a4b727 (patch)
treeb3e2a5a2f754d60ca106ca6f6b34cb66b3b1ac3c /Jenkinsfile
parenta76430998828c1d92271d763b5cbacc642108743 (diff)
parentc33cb44a4db80055250b96b31a950b0495b3f7d0 (diff)
downloadvyos-world-a26ecd08fbb5448dd53e16b05431212122a4b727.tar.gz
vyos-world-a26ecd08fbb5448dd53e16b05431212122a4b727.zip
Merge branch 'equuleus' of github.com:vyos/vyos-world into current
* 'equuleus' of github.com:vyos/vyos-world: Jenkins: import Pipeline from vyos-1x commit bd00ec7 Remove vyos-saltminion from the build until saltstack packages are available. update Jenkins file for equuleus Update changelog and remove obsolete packages.
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 20eb253..b11267e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -73,7 +73,7 @@ pipeline {
agent {
docker {
args '--sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006'
- image 'vyos/vyos-build:current'
+ image 'vyos/vyos-build:equuleus'
}
}
options {