-
Bug
-
Resolution: Unresolved
-
Major
-
None
When trying to mask passwords with 2 or more dollar ($) characters together, the password is not masked
e.g. pa$$word is not masked
Also, the console log shows this with only one dollar character
e.g. if you add a window batch command:
echo %PASSWORD%
with pa$$word as %PASSWORD% the console will show:
D:\jenkins\workspace\hp_test_job>echo pa$word
pa$word
notice only one dollar in output ... is $ an escape character?
[JENKINS-12502] Variable with consecutive dollar characters not displayed as expected: One doller char is dropped
Summary | Original: Password with consecutive dollar characters not masked | New: Variable with consecutive dollar characters not displayed as expected: One doller char is dropped |
Assignee | Original: Romain Seguy [ rseguy ] | New: Daniel Petisme [ danielpetisme ] |
Workflow | Original: JNJira [ 142868 ] | New: JNJira + In-Review [ 175772 ] |
I confirm.
I'm investigating.