| When using password variables in the "Maven top-level target" step, passwords are revealed if they contain a "$", but with duplicated "$". For example:
- Password: a$b
- Displayed password: a$$b
When using the shell step, no password is displayed. See also attached screenshots for further information. I searched the existing tickets but didn't found the same problem. It looks like this is a regression because I couldn't reproduce it on a much older Jenkins version. Thanks, Uwe |