Merge "Add missing parameter ZUUL_VOTING to zuul style jobs"

This commit is contained in:
Jenkins 2016-08-30 03:45:22 +00:00 committed by Gerrit Code Review
commit 83f8950bed

View File

@ -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 = [