summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-18 12:23:27 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-18 12:23:27 +0100
commit2a23f8ceb2822ff0059bdb2629cbecd7894f3d37 (patch)
tree77e9071d2e9b4e04412b24c60d2e95feb2596166
parentb8e68cf7e4b7c13635cda31c3d3b2243b5abe4bd (diff)
parente4aa9efc2d52fdc9b39fcba5aa85c750af7c7e93 (diff)
downloadvyatta-wanloadbalance-2a23f8ceb2822ff0059bdb2629cbecd7894f3d37.tar.gz
vyatta-wanloadbalance-2a23f8ceb2822ff0059bdb2629cbecd7894f3d37.zip
Merge branch 'equuleus' of github.com:vyos/vyatta-wanloadbalance into current
* 'equuleus' of github.com:vyos/vyatta-wanloadbalance: Jenkins: import Pipeline from vyos-1x commit e541ffc4f34c update Jenkins file for equuleus
-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'