-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.319.1
blueocean 1.25.2
When I'm masing a password by using MaskPasswordsBuildWrapper the password will be shown with ***** on the jenkins console, while in the blue ocean on the step header description (class="result-item-label-desc")
how to reproduce
wrap([$class: 'MaskPasswordsBuildWrapper', varPasswordPairs: [[password: app_password, var: 'SECRET']]]) { def APP_TOKEN = sh(returnStdout: true, script: "curl -fsSL -X POST "$APP_URL\" -H 'Content-Type: application/json' --data {\"email\":\"user@bla.com\",\"password\":\"$app_password\"}' | jq -r data.token").trim() }