diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-09-22 20:05:33 +0200 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-09-22 20:05:33 +0200 |
| commit | 274af63ff9aac03dd2de2bdb6c5c44fdb18cc1bd (patch) | |
| tree | 5c9c7246d5499394fcb5b7466ee023396e6197f3 | |
| parent | 2de90d7176ef5b5e41d05541d47d94f0a79caee1 (diff) | |
| download | vyos-1x-274af63ff9aac03dd2de2bdb6c5c44fdb18cc1bd.tar.gz vyos-1x-274af63ff9aac03dd2de2bdb6c5c44fdb18cc1bd.zip | |
Jenkins: output git repo URL
| -rw-r--r-- | Jenkinsfile | 1 |
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)) } |
