jenkinsci / customizable-header-plugin

Customizable header for Jenkins
https://plugins.jenkins.io/customizable-header/
MIT License
5 stars 3 forks source link

System variable are not taken into account in Links #148

Open loms0815 opened 2 weeks ago

loms0815 commented 2 weeks ago

Jenkins and plugins versions report

Environment ```text Paste the output here ```

What Operating System are you using (both controller, and any agents involved in the problem)?

Linux

Reproduction steps

1: Set System Variable NEXUS_URL in System 2: Add Link in Appearance with ${NEXUS} as value

Expected Results

Link works (upper left corner)

Actual Results

Link /$%7BNEXUS_URL%7D is called.

Anything else?

No response

Are you interested in contributing a fix?

No response

mawinter69 commented 2 weeks ago

This is not script a environment. I don't really see a need for this feature. A system Property is usually set as startup parameter, so it will never change. But then you can also just use CasC and configure the plugin.