mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-01 19:36:41 +00:00
As ${RUN_DISPLAY_URL} also matches the format for template substitutions, it can not be used like this for all Jenkins Jobs Builder files. Instead, $RUN_DISPLAY_URL can be used, as it does not have the {curly_braces} format and the template engine skips it. Fixes: 87870369 (ci: link to the job in the Blue Ocean webui) Signed-off-by: Niels de Vos <ndevos@redhat.com>