summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-15 17:01:15 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-15 17:01:15 +0100
commit76f293633fb5feefcc7acd74d4edeea69b60ea5c (patch)
tree4cb61d6d94da2080e4fcf9edbd6b932bf478c35d /packages
parentae2279e30b1222208316d64992d6fba0f4d8bdc3 (diff)
downloadvyos-build-76f293633fb5feefcc7acd74d4edeea69b60ea5c.tar.gz
vyos-build-76f293633fb5feefcc7acd74d4edeea69b60ea5c.zip
Jenkins: retrive debian repo server via global variable
Diffstat (limited to 'packages')
-rw-r--r--packages/linux-kernel/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 3626da48..3a252aca 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -247,7 +247,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 ..."