diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-18 12:25:19 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-18 12:25:19 +0100 |
commit | 01af8f619091a2a5634159bcd271411f0d89711f (patch) | |
tree | a3753a7b3051f25c13ccf9befe00e5f1317a84aa | |
parent | 75847af961fd61daa63b26e8bafb1237df85a7fb (diff) | |
download | vyos-1x-01af8f619091a2a5634159bcd271411f0d89711f.tar.gz vyos-1x-01af8f619091a2a5634159bcd271411f0d89711f.zip |
Jenkins: adjust to new Debian Buster build
-rw-r--r-- | Jenkinsfile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index a169b8f2c..3b8daeb12 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,7 +73,7 @@ pipeline { agent { docker { args '--sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006' - image 'vyos/vyos-build:equuleus' + image 'vyos/vyos-build:current' alwaysPull true } } @@ -123,9 +123,6 @@ pipeline { // every option over and over again! def VYOS_REPO_PATH = '/home/sentrium/web/dev.packages.vyos.net/public_html/repositories/' + getGitBranchName() + '/' - if (getGitBranchName() != "equuleus") - VYOS_REPO_PATH += 'vyos/' - def SSH_OPTS = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR' def SSH_REMOTE = 'khagen@10.217.48.113' |