Correct JJB refspec 74/2674/1
authorC.J. Collier <cjcollier@linuxfoundation.org>
Tue, 6 Sep 2016 17:39:28 +0000 (10:39 -0700)
committerC.J. Collier <cjcollier@linuxfoundation.org>
Tue, 6 Sep 2016 17:39:28 +0000 (10:39 -0700)
Old value, $GERRIT_REFSPEC allowed jjb to update a patch that is not
current.  Changed to refs/heads/master to ensure that latest changes
are used.

Change-Id: I2df571990bc25480dd7ffab525b2d4e820e89ceb
Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
jjb/ci-management/ci-management-jobs.yaml

index 30990e8..585d608 100644 (file)
@@ -68,7 +68,7 @@
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            refspec: '$GERRIT_REFSPEC'
+            refspec: refs/heads/master
             choosing-strategy: 'gerrit'
 
     wrappers: