Provide ZUUL_COMMIT to zuul triggered job

Zuul documentation advise user to configure their Jenkins GIT plugin
with ZUUL_COMMIT as a branch specifier although it is not sent!
	http://ci.openstack.org/zuul/launchers.html#jenkins

Change-Id: I2147e1b2d54a7101d6b7324c1e553f46dcdb4bb7
Reviewed-on: https://review.openstack.org/16010
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Antoine Musso 2012-11-13 21:11:27 +01:00 committed by Jenkins
parent 3d4fb02986
commit 8dd11dc1de
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ ZUUL_PARAMETERS = [
{'string':
{'description': 'Reference for the merged commit(s) to use',
'name': 'ZUUL_REF'}},
{'string':
{'description': 'The commit SHA1 at the head of ZUUL_REF',
'name': 'ZUUL_COMMIT'}},
{'string':
{'description': 'List of included changes',
'name': 'ZUUL_CHANGE_IDS'}},