diff options
author | UnicronNL <kim.sidney@gmail.com> | 2019-08-14 15:51:28 +0200 |
---|---|---|
committer | UnicronNL <kim.sidney@gmail.com> | 2019-08-14 15:51:28 +0200 |
commit | e112c1956451609e27dee57fc468f114a6af8c16 (patch) | |
tree | 7c983f1927b8187ab6930678498437e343787d97 /Jenkinsfile | |
parent | e6bff7fd27e74bf25737fa22aed6a5a60b7f03bd (diff) | |
download | vyatta-op-firewall-e112c1956451609e27dee57fc468f114a6af8c16.tar.gz vyatta-op-firewall-e112c1956451609e27dee57fc468f114a6af8c16.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 563ead2..11b1b0e 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' } } @@ -27,7 +27,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' } @@ -48,7 +48,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' } } |