]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
calamari-clients-centos: fix branch definition
authorKen Dreyer <kdreyer@redhat.com>
Wed, 28 Oct 2015 22:00:56 +0000 (16:00 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 28 Oct 2015 22:00:56 +0000 (16:00 -0600)
A bug in jenkins-job-wrecker screwed up the "branches" setting when we
imported these jobs from the internal Calamari jenkins server. Fix this.

calamari-clients-centos/config/definitions/calamari-clients-centos.yml

index afa4475ecbdfdb26a4ff4f818dd2048892f117d7..3f9b531a0670286b268f7ddc13cba2505fd9943f 100644 (file)
@@ -37,5 +37,6 @@
     scm:
     - git:
         basedir: calamari-clients
-        branches: '*/${BRANCH}'
+        branches:
+          - '*/${BRANCH}'
         url: git@github.com:ceph/calamari-clients.git