summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
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))
}