diff options
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-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 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 ..." |