summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-09-22 20:05:33 +0200
committerChristian Poessinger <christian@poessinger.com>2019-09-22 20:05:33 +0200
commit274af63ff9aac03dd2de2bdb6c5c44fdb18cc1bd (patch)
tree5c9c7246d5499394fcb5b7466ee023396e6197f3 /Jenkinsfile
parent2de90d7176ef5b5e41d05541d47d94f0a79caee1 (diff)
downloadvyos-1x-274af63ff9aac03dd2de2bdb6c5c44fdb18cc1bd.tar.gz
vyos-1x-274af63ff9aac03dd2de2bdb6c5c44fdb18cc1bd.zip
Jenkins: output git repo URL
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 5ff6bcb65..6e3ab11e1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,6 +32,7 @@ def isCustomBuild() {
def gitURI = 'git@github.com:vyos/' + env.JOB_NAME
def httpURI = 'https://github.com/vyos/' + env.JOB_NAME
+ echo getGitRepoURL()
return ! ((getGitRepoURL() == gitURI) || (getGitRepoURL() == httpURI))
}