| commit | 5d1e83aa5393ae57f31531975a5405a1211cf48d | [log] [tgz] |
|---|---|---|
| author | Wesley Hirsch <wesley.hirsch@riftio.com> | Fri Sep 08 17:39:34 2017 -0400 |
| committer | Wesley Hirsch <wesley.hirsch@riftio.com> | Fri Sep 08 17:39:34 2017 -0400 |
| tree | 60227bfeed781768cdc3634228eb5e926000183a | |
| parent | ca688da7779f97fade3583a928dff805da6cfa94 [diff] |
Use GERRIT_BRACH param in Jenkinsfile Change-Id: I6ebaee1636bb99f0e2776489bc9222a9a87661e0 Signed-off-by: Wesley Hirsch <wesley.hirsch@riftio.com>
diff --git a/Jenkinsfile b/Jenkinsfile index 85e99ab..a4a3fa3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -11,7 +11,7 @@ def devops_checkout() { dir('devops') { - git url: "${PROJECT_URL_PREFIX}/osm/devops" + git url: "${PROJECT_URL_PREFIX}/osm/devops", branch: params.GERRIT_BRANCH } }