diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2019-05-22 14:12:40 +0200 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2019-05-22 14:12:40 +0200 |
commit | 3eb18adf4d20b36d9aff612e26c90566d154c6a0 (patch) | |
tree | dfc4efa268195da4d5d2305444ea06ec8727e12d | |
parent | d56627548b82f24752fd733687f8c460932367e5 (diff) | |
download | vyos-cloud-init-3eb18adf4d20b36d9aff612e26c90566d154c6a0.tar.gz vyos-cloud-init-3eb18adf4d20b36d9aff612e26c90566d154c6a0.zip |
Create Jenkinsfile crux
-rw-r--r-- | Jenkinsfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 563ead22..0319b928 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:crux' } } @@ -27,7 +27,7 @@ mv ../*.deb /tmp/$GIT_BRANCH/packages/''' agent { docker { label 'jessie-amd64' - image 'vyos-build-armhf:current' + image 'vyos-build-armhf:crux' 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:crux' } } |