]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
add an RC option for release candidate releases
authorAlfredo Deza <adeza@redhat.com>
Wed, 18 Nov 2015 21:57:36 +0000 (16:57 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 18 Nov 2015 21:57:36 +0000 (16:57 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph/config/definitions/ceph.yml

index ae67b42f559981fcf4a2f73c19beed62d093e218..4a99fff19242e3d9cb54bae1c74db92087ff025a 100644 (file)
@@ -29,7 +29,8 @@ If this is unchecked, then the builds will be pushed to chacra with the correct
 If this is checked, then the builds will be pushed to chacra under the 'test' ref."
       - bool:
           name: TAG
-          description: "When this is checked, Jenkins will remove the previous private tag and recreate it again, changing the control files and committing again. When this is unchecked, Jenkins will not do any commit or tag operations. If you've already created the private tag separately, then leave this unchecked."
+          description: "When this is checked, Jenkins will remove the previous private tag and recreate it again, changing the control files and committing again. When this is unchecked, Jenkins will not do any commit or tag operations. If you've already created the private tag separately, then leave this unchecked.
+Defaults to checked."
           default: true
 
       - bool:
@@ -42,6 +43,14 @@ If this is checked, then the binaries will be built and pushed to chacra even if
           name: VERSION
           description: "The version for release, e.g. 0.94.4"
 
+      - bool:
+          name: RC
+          description: "
+If this is checked, binaries will be pushed to chacra using the $BRANCH-rc name, for release candidate binaries.
+
+Defaults to un-checked"
+          default: false
+
     builders:
       - multijob:
           name: 'ceph tag phase'