-
Bug
-
Resolution: Fixed
-
Major
-
EnvInject 1.78
Jenkins 1.489
Build with password parameter is malformed when "Prepare an environment for the run" is enabled.
- Create job with password parameter
- Tick "Prepare an environment for the run"
- Add script build step which prints out password parameter
Current result: password hash is passed to the script instead of password
Expected result: password should be passed to the script
In the Jenkins log, password values provided by EnvInject plugin are masked. However, from the script they are decrypted.
For example, test in your script 'echo $1 > out.txt' and call your script with $PASSWORD_VAR and you should see that you have the plain value of the var.