summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorKim <kim.sidney@gmail.com>2019-05-28 21:20:07 +0200
committerGitHub <noreply@github.com>2019-05-28 21:20:07 +0200
commit52fa7c611f2d0f89940cd7b070be3e6f73136217 (patch)
tree11766089db773d05c9f309cac22fb1250028b511 /Jenkinsfile
parent1f4aa6c109d4165580ec0cbdc1315258025f33e2 (diff)
downloadvyatta-cfg-system-52fa7c611f2d0f89940cd7b070be3e6f73136217.tar.gz
vyatta-cfg-system-52fa7c611f2d0f89940cd7b070be3e6f73136217.zip
Update jenkinsfile to equuleus
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile6
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'
}
}