diff options
author | UnicronNL <kim.sidney@gmail.com> | 2019-08-14 16:03:30 +0200 |
---|---|---|
committer | UnicronNL <kim.sidney@gmail.com> | 2019-08-14 16:03:30 +0200 |
commit | 4e781d4dec184308ac844a4c2ff7dcfc7832cc77 (patch) | |
tree | dcc76bd755dcbbf39179a5c8deb42d1ebaffedf3 /Jenkinsfile | |
parent | dfcec18ba8e4a99889143a75411c34f2387a969c (diff) | |
download | vyos-1x-4e781d4dec184308ac844a4c2ff7dcfc7832cc77.tar.gz vyos-1x-4e781d4dec184308ac844a4c2ff7dcfc7832cc77.zip |
update Jenkins file for equuleus
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index aac051799..835a683a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { docker { label 'jessie-amd64' args '--privileged --sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006 -v /tmp:/tmp' - image 'higebu/vyos-build:current' + image 'higebu/vyos-build:equuleus' } } @@ -31,7 +31,7 @@ mv ../*.deb /tmp/$GIT_BRANCH/packages/''' agent { docker { label 'jessie-amd64' - image 'vyos-build-armhf:current' + image 'vyos-build-armhf:equuleus' args '--privileged --sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006 -v /tmp:/tmp' } @@ -56,7 +56,7 @@ mv ../*.deb /tmp/$GIT_BRANCH/packages/''' docker { label 'jessie-amd64' args '--privileged --sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006 -v /tmp:/tmp' - image 'vyos-build-arm64:current' + image 'vyos-build-arm64:equuleus' } } |