From 57089da416a7eab94f08938aa6e1525d3875bb8e Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 28 Oct 2015 07:30:29 -0400 Subject: [PATCH] add the config for ceph-tag Signed-off-by: Alfredo Deza --- ceph-tag/config/definitions/ceph-tag.yml | 40 ++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ceph-tag/config/definitions/ceph-tag.yml 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 -- 2.39.5