mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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
|
||||
triggers:
|
||||
- github-pull-request:
|
||||
status-url: ${RUN_DISPLAY_URL}
|
||||
status-url: $RUN_DISPLAY_URL
|
||||
status-context: ci/centos/job-validation
|
||||
trigger-phrase: '/(re)?test ((all)|(ci/centos/job-validation))'
|
||||
permit-all: true
|
||||
|
@ -28,7 +28,7 @@
|
||||
lightweight-checkout: false
|
||||
triggers:
|
||||
- github-pull-request:
|
||||
status-url: ${RUN_DISPLAY_URL}
|
||||
status-url: $RUN_DISPLAY_URL
|
||||
status-context: ci/centos/jjb-validate
|
||||
trigger-phrase: "/(re)?test ((all)|(ci/centos/jjb-validate))"
|
||||
permit-all: true
|
||||
|
Loading…
Reference in New Issue
Block a user