From 9574b954a490d840906612c2b57d68d716a664ee Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 15 Jan 2021 17:04:30 +0100 Subject: Jenkins: retrive debian repo server via global variable --- packages/linux-kernel/Jenkinsfile | 2 +- vars/buildPackage.groovy | 2 +- 2 files changed, 2 insertions(+), 2 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 ..." 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 = '' -- cgit v1.2.3