-
Improvement
-
Resolution: Unresolved
-
Major
-
None
It would be nice to have a possibility to use environment variables in the parameter definition,
In my case I have a big number of jobs specifying the same git parameter (branch), but for all these jobs I want to specify the same default value.
I have tried to do the following:
${MYPARAM}
and
$MYPARAM
but no luck.