summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorqxmips <qxmips@gmail.com>2021-01-05 08:02:43 +0000
committerChristian Poessinger <christian@poessinger.com>2021-01-08 17:21:43 +0100
commit0b46466f187d79f2dabf36025ae28dc3efe6811e (patch)
tree60ebddf1179c72e26ad6b102b150b0cefe6abf95 /Jenkinsfile
parent0c5427cfa1ad0a79dd99b4aab2852dc5fdff3288 (diff)
downloadvyos-build-0b46466f187d79f2dabf36025ae28dc3efe6811e.tar.gz
vyos-build-0b46466f187d79f2dabf36025ae28dc3efe6811e.zip
moved webhost address to vars
(cherry picked from commit b5d36aaafab4c797937eff6488a90b0bb68522d5)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 9c2ec4e5..3ff43f31 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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