summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-18 11:56:43 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-18 11:56:43 +0100
commit4c81f9c7cc0666ea03d442b2991860263da90b08 (patch)
treeaec9be64e688fdaad1f70d3dce3efee920d6be43
parentd8c457a1d2c9a78e1772c73d40acf81f41164418 (diff)
downloadipaddrcheck-4c81f9c7cc0666ea03d442b2991860263da90b08.tar.gz
ipaddrcheck-4c81f9c7cc0666ea03d442b2991860263da90b08.zip
Jenkins: adjust to new Debian Buster build
-rw-r--r--Jenkinsfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index bcce16d..3b8daeb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -74,6 +74,7 @@ pipeline {
docker {
args '--sysctl net.ipv6.conf.lo.disable_ipv6=0 -e GOSU_UID=1006 -e GOSU_GID=1006'
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'