Target Properties are available in Workflow Editor (UI), Shell Plugins, and Script based plugins.
...
- myinstance='SAMPLEAPPS'
- myproperty='FDSVN_URL'
- mydynamicvar=${myinstance}_${myproperty}
- SAMPLEAPPS_FDSVN_URL
- echo ${mydynamicvar}
Groovy
Code Block | ||||
---|---|---|---|---|
| ||||
getProperty(propertyName) |
...