This plugin is intended to provide a parameter with support for global node properties via
Add global-variable-string-parameter.hpi to jenkins/plugins and restart. In your job, choose Add Parameter and select Global Variable String Parameter. Use
- Create a global variable
- Create a global variable string parameter in a job
- Reference the global variable in the default value
- Add a simple echo statement to demonstrate the substitution
- The variable remains unsubstituted on the Build Now page
- But is correctly substituted in the console output
- The variable can also be changed from the build now screen to be incorrect
- And no longer substitutes