Hi,
I write build step plugin that has few parameters in the configuration page.
I want to support the option to use the "This build is parameterized" parameters in my configuration.
How I can translate the $PARAM to the real value via code.
e.g.
I added the FILE_LOCATION string parameter in "This build is parameterized" option.
In my plugin configuration parameter i set as below
FILE=${FILE_LOCATION}
Now in code I want translate the ${FILE_LOCATION} to the real value that user set when trigger the build.
Thanks,
Shurik