Bug 341 - input-parameter-xpath complains errors
[osm/UI.git] / Jenkinsfile
index cf1137b..a15eafe 100644 (file)
@@ -12,7 +12,7 @@ properties([
 
 def devops_checkout() {
     dir('devops') {
-        git url: "${PROJECT_URL_PREFIX}/osm/devops"
+        git url: "${PROJECT_URL_PREFIX}/osm/devops", branch: params.GERRIT_BRANCH
     }
 }