diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-15 17:04:30 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-15 17:04:30 +0100 |
commit | 9574b954a490d840906612c2b57d68d716a664ee (patch) | |
tree | 039ce22adf1879be1782b594516c23ec854c6647 /vars | |
parent | 656ea31fc6a4313fb002d5f515e130b1451bd067 (diff) | |
download | vyos-build-9574b954a490d840906612c2b57d68d716a664ee.tar.gz vyos-build-9574b954a490d840906612c2b57d68d716a664ee.zip |
Jenkins: retrive debian repo server via global variable
Diffstat (limited to 'vars')
-rw-r--r-- | vars/buildPackage.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/buildPackage.groovy b/vars/buildPackage.groovy index edd854b7..262f518e 100644 --- a/vars/buildPackage.groovy +++ b/vars/buildPackage.groovy @@ -164,7 +164,7 @@ def call(description=null, pkgList=null, buildCmd=null) { 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' + def SSH_REMOTE = env.DEV_PACKAGES_VYOS_NET_HOST // defined as global variable def SSH_DIR = '~/VyOS/' + RELEASE + '/' + env.DEBIAN_ARCH def ARCH_OPT = '' |