From 059e2153d9776b2188062b79858fb51bb6d0dd3c Mon Sep 17 00:00:00 2001 From: UnicronNL Date: Tue, 28 May 2019 21:28:33 +0200 Subject: Revert "Update jenkinsfile to equuleus" This reverts commit 52fa7c611f2d0f89940cd7b070be3e6f73136217. --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 11b1b0ed..563ead22 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:equuleus' + image 'higebu/vyos-build:current' } } @@ -27,7 +27,7 @@ mv ../*.deb /tmp/$GIT_BRANCH/packages/''' agent { docker { label 'jessie-amd64' - image 'vyos-build-armhf:equuleus' + image 'vyos-build-armhf:current' 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:equuleus' + image 'vyos-build-arm64:current' } } -- cgit v1.2.3