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 /packages | |
parent | 656ea31fc6a4313fb002d5f515e130b1451bd067 (diff) | |
download | vyos-build-9574b954a490d840906612c2b57d68d716a664ee.tar.gz vyos-build-9574b954a490d840906612c2b57d68d716a664ee.zip |
Jenkins: retrive debian repo server via global variable
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index d2848f6f..c7618b19 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -271,7 +271,7 @@ pipeline { VYOS_REPO_PATH += 'vyos/' def SSH_OPTS = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR' - def SSH_REMOTE = env.DOWNLOADS_VYOS_IO_HOST // defined as global variable + def SSH_REMOTE = env.DEV_PACKAGES_VYOS_NET_HOST // defined as global variable echo "Uploading package(s) and updating package(s) in the repository ..." |