diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-18 12:39:24 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-18 12:39:24 +0100 |
commit | a26ecd08fbb5448dd53e16b05431212122a4b727 (patch) | |
tree | b3e2a5a2f754d60ca106ca6f6b34cb66b3b1ac3c /Jenkinsfile | |
parent | a76430998828c1d92271d763b5cbacc642108743 (diff) | |
parent | c33cb44a4db80055250b96b31a950b0495b3f7d0 (diff) | |
download | vyos-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-- | Jenkinsfile | 2 |
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 { |