Remove scm refspec from ci-management-merge-jjb 82/15182/1
authorEric Ball <eball@linuxfoundation.org>
Mon, 8 Oct 2018 13:51:38 +0000 (06:51 -0700)
committerEric Ball <eball@linuxfoundation.org>
Mon, 8 Oct 2018 13:51:38 +0000 (06:51 -0700)
Having the refspec on this job causes it to check out a single patch
set, which does not necessarily contain all of the most recent
changes (e.g. if two changes are in review at the same time, and get
merged without being rebased first).

Change-Id: I7cfa11bc5cf94ba64ad61afd8a961c81e0c81f01
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jjb/ci-management/ci-management-jobs.yaml

index 291309a..7ce067a 100644 (file)
@@ -81,7 +81,7 @@
     scm:
       - gerrit-trigger-scm-recursive:
           credentials-id: 'jenkins-gerrit-credentials'
-          refspec: '$GERRIT_REFSPEC'
+          refspec: ''
           choosing-strategy: 'gerrit'
           submodule-recursive: true