]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
add the config for ceph-tag
authorAlfredo Deza <adeza@redhat.com>
Wed, 28 Oct 2015 11:30:29 +0000 (07:30 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 28 Oct 2015 11:30:29 +0000 (07:30 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-tag/config/definitions/ceph-tag.yml [new file with mode: 0644]

diff --git a/ceph-tag/config/definitions/ceph-tag.yml b/ceph-tag/config/definitions/ceph-tag.yml
new file mode 100644 (file)
index 0000000..9378605
--- /dev/null
@@ -0,0 +1,40 @@
+- job:
+    name: ceph-tag-next
+    description: "This job clones from upstream Ceph, sets the right version from the tag and pushes changes to ceph-releases"
+    disabled: false
+    display-name: 'ceph-tag-next'
+    concurrent: false
+    logrotate:
+      daysToKeep: -1
+      numToKeep: 25
+      artifactDaysToKeep: -1
+      artifactNumToKeep: -1
+    block-downstream: false
+    block-upstream: false
+    properties:
+      - github:
+          url: https://github.com/ceph/ceph
+
+    parameters:
+      - string:
+          name: BRANCH
+          description: "The git branch (or tag) to build"
+      - string:
+          name: VERSION
+          description: "The version for release, e.g. 0.94.4"
+    scm:
+      - git:
+          url: git://github.com/ceph/ceph.git
+          branches:
+            - $BRANCH
+          skip-tag: true
+          wipe-workspace: true
+
+    builders:
+      - shell:
+          !include-raw ../../build/build
+
+    wrappers:
+      - inject-passwords:
+          global: true
+          mask-password-params: true