X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=Jenkinsfile;h=c48f53d210adde213698ea31a4193f297e0f0d88;hp=6eea999d86df171b7ff0f0f72847325e53772278;hb=c2abdbf0e0ae12fc74e11b2dc09b33c4384d799c;hpb=a92a0eaaf370c626b442863f4127cd11fc64754c 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" } }