blob: 19906050a2c0c5b7473a556645ac27a57a90da57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
- job:
name: release
node: master
description: glusterfs release script
project-type: freestyle
scm:
- glusterfs
parameters:
- string:
default: v3.10.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.10.0
description: Version name to be assigned to the release.
name: RELEASE_VERSION
- 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
|