summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Boucher <fabien.dot.boucher@gmail.com>2016-06-09 12:31:11 +0200
committerFabien Boucher <fboucher@redhat.com>2016-06-09 12:33:43 +0200
commit6b3298f2245e8f4d57fe4d3edcf04c77bc1b05ec (patch)
treeb2af606a6fc28b8a9b606a2924e7266393fa1f22
parent6e4b760655a7128600e9541875380f07793ccbb0 (diff)
downloadpython-jenkins-job-builder-6b3298f2245e8f4d57fe4d3edcf04c77bc1b05ec.tar.gz
python-jenkins-job-builder-6b3298f2245e8f4d57fe4d3edcf04c77bc1b05ec.tar.xz
python-jenkins-job-builder-6b3298f2245e8f4d57fe4d3edcf04c77bc1b05ec.zip
Add missing parameter ZUUL_VOTING to zuul style jobs
ZUUL_VOTING is a parameter that will be passed by Zuul to a Jenkins job. This one was missing from the list, so this patch adds it. Change-Id: I4b15b72708bd3848c99fe2342c25b9a3550c78a7
-rw-r--r--jenkins_jobs/modules/zuul.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/jenkins_jobs/modules/zuul.py b/jenkins_jobs/modules/zuul.py
index 3022dc80..a6c5c35b 100644
--- a/jenkins_jobs/modules/zuul.py
+++ b/jenkins_jobs/modules/zuul.py
@@ -95,6 +95,9 @@ ZUUL_PARAMETERS = [
{'string':
{'description': 'Patchset of triggering change',
'name': 'ZUUL_PATCHSET'}},
+ {'string':
+ {'description': 'Zuul considered this job voting or not',
+ 'name': 'ZUUL_VOTING'}},
]
ZUUL_POST_PARAMETERS = [