mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Jenkins: retrive debian repo server via global variable
This commit is contained in:
parent
ae2279e30b
commit
76f293633f
2
packages/linux-kernel/Jenkinsfile
vendored
2
packages/linux-kernel/Jenkinsfile
vendored
@ -247,7 +247,7 @@ pipeline {
|
|||||||
VYOS_REPO_PATH += 'vyos/'
|
VYOS_REPO_PATH += 'vyos/'
|
||||||
|
|
||||||
def SSH_OPTS = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR'
|
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 ..."
|
echo "Uploading package(s) and updating package(s) in the repository ..."
|
||||||
|
|
||||||
|
|||||||
@ -164,7 +164,7 @@ def call(description=null, pkgList=null, buildCmd=null) {
|
|||||||
VYOS_REPO_PATH += 'vyos/'
|
VYOS_REPO_PATH += 'vyos/'
|
||||||
|
|
||||||
def SSH_OPTS = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR'
|
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 SSH_DIR = '~/VyOS/' + RELEASE + '/' + env.DEBIAN_ARCH
|
||||||
def ARCH_OPT = ''
|
def ARCH_OPT = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user