mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 16:20:28 +00:00
ci: do not use ${..}
variable notation in jjb templates
It seems that `${RUN_DISPLAY_URL}` is not expanded correctly in the Jenkins Job Builder YAML files anymore. `$RUN_DISPLAY_URL` should be the correct notation. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
999a8f7f38
commit
8b2d5aea40
@ -20,7 +20,7 @@
|
|||||||
lightweight-checkout: true
|
lightweight-checkout: true
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
status-url: ${RUN_DISPLAY_URL}
|
status-url: $RUN_DISPLAY_URL
|
||||||
status-context: ci/centos/job-validation
|
status-context: ci/centos/job-validation
|
||||||
trigger-phrase: '/(re)?test ((all)|(ci/centos/job-validation))'
|
trigger-phrase: '/(re)?test ((all)|(ci/centos/job-validation))'
|
||||||
permit-all: true
|
permit-all: true
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
lightweight-checkout: false
|
lightweight-checkout: false
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
status-url: ${RUN_DISPLAY_URL}
|
status-url: $RUN_DISPLAY_URL
|
||||||
status-context: ci/centos/jjb-validate
|
status-context: ci/centos/jjb-validate
|
||||||
trigger-phrase: "/(re)?test ((all)|(ci/centos/jjb-validate))"
|
trigger-phrase: "/(re)?test ((all)|(ci/centos/jjb-validate))"
|
||||||
permit-all: true
|
permit-all: true
|
||||||
|
Loading…
Reference in New Issue
Block a user