jenkinsci / jenkinsci/git-parameter-plugin
[JENKINS-57137] Add possibility to use environment variables in parameter definition
- Dominant language
- Java
- Stars
- 131
- Forks
- 134
- Avg merge
- 21h 5m
- Merged PRs (30d)
- 1
Description
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.
---
Originally reported by paul_luchyn, imported from: Add possibility to use environment variables in parameter definition
Raw content of original issue
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
$MYPARAMbut no luck.
Contributor guide
Assessment
This issue has not been assessed yet.