-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
Currently the plugin will generate a single environment variable based on the name give set as this:
<NAME>=username:password
Would it be possible to have an option to split it into two distinct environment variables:
<NAME>_USERNAME=username
<NAME>_PASSWORD=password
This would ease the usage of the plugin as most of the tool requiring a username password would ask them separatly.
- duplicates
-
JENKINS-23468 Support multiple variables per binding
- Resolved