Merge "Use GERRIT_BRACH param in Jenkinsfile"
diff --git a/Jenkinsfile b/Jenkinsfile
index cf1137b..a15eafe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,7 +12,7 @@
 
 def devops_checkout() {
     dir('devops') {
-        git url: "${PROJECT_URL_PREFIX}/osm/devops"
+        git url: "${PROJECT_URL_PREFIX}/osm/devops", branch: params.GERRIT_BRANCH
     }
 }