From c2abdbf0e0ae12fc74e11b2dc09b33c4384d799c Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 26 Sep 2017 13:51:04 +0200 Subject: [PATCH 1/1] vnffg branch in RO should use master branch in devops Change-Id: I0dc8abb384c602ee5d9d31164899c0641d78e099 Signed-off-by: garciadeblas --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6eea999d..c48f53d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ properties([ def devops_checkout() { dir('devops') { - git url: "${PROJECT_URL_PREFIX}/osm/devops", branch: params.GERRIT_BRANCH + git url: "${PROJECT_URL_PREFIX}/osm/devops", branch: "master" } } -- 2.17.1