diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-18 12:12:43 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-18 12:12:43 +0100 |
commit | f4fb3fdc70188aeb50455fc080121374b070a2b0 (patch) | |
tree | 20457eaf47af7413a6115d5c4bc0feb8b5e3305a | |
parent | 149e23a0045a0fd1c1682f9f0a025ef85d3489fb (diff) | |
download | vyatta-cfg-system-f4fb3fdc70188aeb50455fc080121374b070a2b0.tar.gz vyatta-cfg-system-f4fb3fdc70188aeb50455fc080121374b070a2b0.zip |
Jenkins: adjust to new Debian Buster build
-rw-r--r-- | Jenkinsfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 7529d949..3b8daeb1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,7 +73,8 @@ 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 } } options { @@ -122,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' |