Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: pipeline-maven-plugin
-
Labels:None
-
Environment:Jenkins 2.7.4
-
Similar Issues:
Description
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.
Attachments
Issue Links
- is blocked by
-
JENKINS-38027 withMaven disabled AnsiColorBuildWrapper
-
- Closed
-
- is related to
-
JENKINS-38027 withMaven disabled AnsiColorBuildWrapper
-
- Closed
-
- links to
A PR with a fix has been submitted.