-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Jenkins 2.7.4
If a withMaven block is placed inside a MaskPasswordsBuildWrapper, passwords are displayed in clear text. i.e.
node { wrap([$class: 'MaskPasswordsBuildWrapper']) { //Password masked here. withMaven(...) { //Password printed in Clear Text } } }
Placing the wrapper inside the withMaven works correctly.
- is blocked by
-
JENKINS-38027 withMaven disabled AnsiColorBuildWrapper
-
- Closed
-
- is related to
-
JENKINS-38027 withMaven disabled AnsiColorBuildWrapper
-
- Closed
-
- links to