Merge "Zuul parameter ZUUL_URL"

This commit is contained in:
Jenkins 2014-05-07 00:20:23 +00:00 committed by Gerrit Code Review
commit 8cbc93a026
1 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,9 @@ ZUUL_PARAMETERS = [
{'string':
{'description': 'Zuul pipeline triggering this job',
'name': 'ZUUL_PIPELINE'}},
{'string':
{'description': 'URL of Zuul\'s git repos accessible to workers',
'name': 'ZUUL_URL'}},
{'string':
{'description': 'Branch name of triggering project',
'name': 'ZUUL_PROJECT'}},
@ -98,6 +101,9 @@ ZUUL_POST_PARAMETERS = [
{'string':
{'description': 'Zuul pipeline triggering this job',
'name': 'ZUUL_PIPELINE'}},
{'string':
{'description': 'URL of Zuul\'s git repos accessible to workers',
'name': 'ZUUL_URL'}},
{'string':
{'description': 'Branch name of triggering project',
'name': 'ZUUL_PROJECT'}},