Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Target Properties are exposed as variables available in Workflow Editor (UI), Shell Plugins, and Script based plugins.

...

  • myTG='SAMPLEAPPS'

  • myproperty='FDSVN_URL'

  • mydynamicvar=${myTG}_${myproperty}

    • SAMPLEAPPS_FDSVN_URL

  • echo ${mydynamicvar}

Groovy

Find value for specific instance

...