Skip to content
Snippets Groups Projects
Unverified Commit 2e609d85 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer Committed by GitHub
Browse files

Update buildDoocsLibrary.groovy

parent fbf5a0f4
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ def transformIntoStep(String libraryName, ArrayList<String> dependencyList, Stri
node('Docker') {
def gitUrl = "http://doocs-git.desy.de/cgit/doocs/library/${libraryName}.git"
if (env.USE_GITLAB && env.USE_GITLAB != '') {
gitUrl = "https://mcs-gitlab.desy.de/doocs/${libraryName}.git"
gitUrl = "https://mcs-gitlab.desy.de/${libraryName}.git"
}
if (env.BRANCH_NAME && env.BRANCH_NAME != '') {
git branch: env.BRANCH_NAME, url: gitUrl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment