Merge "Zuul parameter ZUUL_URL"
This commit is contained in:
commit
8cbc93a026
@ -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'}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user