From: Alfredo Deza Date: Wed, 28 Oct 2015 11:30:29 +0000 (-0400) Subject: add the config for ceph-tag X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=57089da416a7eab94f08938aa6e1525d3875bb8e;p=ceph-build.git add the config for ceph-tag Signed-off-by: Alfredo Deza --- diff --git a/ceph-tag/config/definitions/ceph-tag.yml b/ceph-tag/config/definitions/ceph-tag.yml new file mode 100644 index 00000000..9378605f --- /dev/null +++ b/ceph-tag/config/definitions/ceph-tag.yml @@ -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