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:
Niels de Vos 2024-05-29 16:46:43 +02:00 committed by Madhu Rajanna
parent 999a8f7f38
commit 8b2d5aea40
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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