mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
moved webhost address to vars
(cherry picked from commit b5d36aaafab4c797937eff6488a90b0bb68522d5)
This commit is contained in:
parent
0c5427cfa1
commit
0b46466f18
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -207,7 +207,7 @@ pipeline {
|
||||
def ISO = sh(returnStdout: true, script: "ls vyos-*.iso").trim()
|
||||
def SSH_DIR = '/home/sentrium/web/downloads.vyos.io/public_html/rolling/' + getGitBranchName() + '/' + ARCH
|
||||
def SSH_OPTS = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
|
||||
def SSH_REMOTE = 'khagen@10.217.48.113'
|
||||
def SSH_REMOTE = env.DOWNLOADS_VYOS_IO_HOST // defined as global variable
|
||||
|
||||
// No need to explicitly check the return code. The pipeline
|
||||
// will fail if sh returns a non 0 exit code
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user