summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-18 12:02:17 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-18 12:02:17 +0100
commitf69d4c9913897fd257bba34314f83b270249035c (patch)
treefa989c510a8f9d435d6bc9a103d382885c543d5d
parentd7b13616b040e8fe2c72d8aae1d443f55673a0b6 (diff)
parent200e144d912798cb4b0f984603f7e54004db9e94 (diff)
downloadvyatta-bash-f69d4c9913897fd257bba34314f83b270249035c.tar.gz
vyatta-bash-f69d4c9913897fd257bba34314f83b270249035c.zip
Merge branch 'equuleus' of github.com:vyos/vyatta-bash into current
* 'equuleus' of github.com:vyos/vyatta-bash: 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'