summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/nightly-pipeline-master.yml
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2017-08-24 10:38:10 +0530
committerNigel Babu <nigelb@redhat.com>2018-03-19 11:29:28 +0530
commitdd5f596318d7bc3332f17e093fabb488d189d068 (patch)
treedc071fab35c8411e9505cf5c0a2ee9b9262f1b8b /build-gluster-org/jobs/nightly-pipeline-master.yml
parentbd4acca3e1627e02b93cf4bace59a7cca819cd78 (diff)
Add a nightly pipeline job for master
Change-Id: I518bd1c503c83b397e892dc58b5185ea6a896170
Diffstat (limited to 'build-gluster-org/jobs/nightly-pipeline-master.yml')
-rw-r--r--build-gluster-org/jobs/nightly-pipeline-master.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/build-gluster-org/jobs/nightly-pipeline-master.yml b/build-gluster-org/jobs/nightly-pipeline-master.yml
new file mode 100644
index 0000000..4857c13
--- /dev/null
+++ b/build-gluster-org/jobs/nightly-pipeline-master.yml
@@ -0,0 +1,19 @@
+- job:
+ name: nightly-master
+ description: Run the pipeline for master branch
+ project-type: pipeline
+ dsl: !include-raw: ../scripts/nightly-master.dsl
+
+
+ triggers:
+ - timed: "H 14 * * *"
+
+ parameters:
+ - string:
+ default: refs/heads/master
+ description: 'For review 12345 and patch set 6, this will be refs/changes/45/12345/6. Default: Tip of master'
+ name: GERRIT_REFSPEC
+ - string:
+ default: master
+ description: 'Name of the branch you want to build from. We usually build from master'
+ name: GERRIT_BRANCH