-
Improvement
-
Resolution: Unresolved
-
Major
-
None
It would be really useful to be able to pass parameters through to scripts when using token macro expansion.
E.g. I have a script, which verifies the status of another build used via token macro expansion in a conditional build step. It would be great, if the name of the project could be passed as a parameter.
This is really quite important. For example I have scripts where need to pass a globally defined username and password as a parameter to my script. Now I have to duplicate the username and password for job that uses the script. The password is then shown in plain text in the parameter when editing the job which is not good. If password is to change I need to edit all jobs using the script and change it manually.