Merge "Add lf-infra-wss-mvn-clean-install step"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 11 Apr 2019 21:35:22 +0000 (21:35 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Thu, 11 Apr 2019 21:35:22 +0000 (21:35 +0000)
jjb/lf-ci-jobs.yaml
releasenotes/notes/update-gerrit-scm-jenkins-cfg-17c18c7ae5a7143f.yaml [new file with mode: 0644]

index ebf637f..bdebb0f 100644 (file)
     scm:
       - lf-infra-gerrit-scm:
           git-url: '{git-url}'
-          refspec: 'refs/heads/{branch}'
-          branch: '{branch}'
+          refspec: '$GERRIT_REFSPEC'
+          branch: '$GERRIT_BRANCH'
           submodule-recursive: true
           submodule-timeout: '{submodule-timeout}'
-          choosing-strategy: default
+          choosing-strategy: gerrit
           jenkins-ssh-credential: '{jenkins-ssh-credential}'
 
     triggers:
diff --git a/releasenotes/notes/update-gerrit-scm-jenkins-cfg-17c18c7ae5a7143f.yaml b/releasenotes/notes/update-gerrit-scm-jenkins-cfg-17c18c7ae5a7143f.yaml
new file mode 100644 (file)
index 0000000..cffe047
--- /dev/null
@@ -0,0 +1,5 @@
+---
+fixes:
+  - |
+    Update jenkins-cfg-verify job to validate new images names obtained from
+    $GERRIT_REFSPEC instead of the master branch.