summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/release.yml
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2016-09-12 10:24:21 +0530
committerNigel Babu <nigelb@redhat.com>2016-09-12 10:24:21 +0530
commit477334a69cc90f4d7b1bcb5b4aa747b1aba2fca8 (patch)
tree1ed5344c15cd7f7a7fdd615e2c6a7cae15ce6fa7 /build-gluster-org/jobs/release.yml
parent92a0af8dab08fdd450967202c7026d73695876e6 (diff)
Add all the jobs/scripts for build.gluster.org
Change-Id: I39e4d0407957e47a695d9be47add20094d8c41f2
Diffstat (limited to 'build-gluster-org/jobs/release.yml')
-rw-r--r--build-gluster-org/jobs/release.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/build-gluster-org/jobs/release.yml b/build-gluster-org/jobs/release.yml
new file mode 100644
index 0000000..662b9fd
--- /dev/null
+++ b/build-gluster-org/jobs/release.yml
@@ -0,0 +1,32 @@
+- job:
+ name: release
+ node: master
+ description: glusterfs release script
+ project-type: freestyle
+
+ scm:
+ - glusterfs
+
+ parameters:
+ - string:
+ default: v3.7.0
+ description: Refspec to "git checkout" as the release code snapshot. Typically
+ a git annotated tag like "v3.7.0". Specifying a branch name will use the
+ current HEAD of that branch.
+ name: GERRIT_REFSPEC
+ - string:
+ default: 3.7.0
+ description: Version name to be assigned to the release.
+ name: RELEASE_VERSION
+ - bool:
+ default: false
+ description: Build and upload RPMs? Normally not needed, package
+ maintainers will build 'correct' RPMs.
+ name: BUILD_RPMS
+ - string:
+ default: packaging@gluster.org,maintainers@gluster.org
+ description: Mail addresses to send the announcement of the tarball too.
+ name: ANNOUNCE_EMAIL
+
+ builders:
+ - shell: /opt/qa/release.sh