diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-08-14 13:24:20 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-08-14 13:24:20 -0400 |
commit | abfeb5d3766fb66939a80bed583cc09ea1d8e56c (patch) | |
tree | dd36133a3e14ca575cceffa97984c6580c5f7d81 | |
parent | b51217fdc5d6ad7ce3bb92db1f8aefd44453d912 (diff) | |
parent | cf493bd6ea8a8f184f804c0134de55680430503c (diff) | |
download | vyatta-cfg-system-abfeb5d3766fb66939a80bed583cc09ea1d8e56c.tar.gz vyatta-cfg-system-abfeb5d3766fb66939a80bed583cc09ea1d8e56c.zip |
Merge branch 'equuleus' of https://github.com/vyos/vyatta-cfg-system into equuleus
-rw-r--r-- | Jenkinsfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 563ead22..11b1b0ed 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' } } |