-
New Feature
-
Resolution: Unresolved
-
Critical
On jenkins pipeline i use input with Password param but password is shown on console log
exemple:
def userInput = input(
id: 'userInput', message: 'Let\'s promote?', submitter: 'DL_KATANACLOUD_TEAM', parameters: [
[$class: 'PasswordParameterDefinition', description: 'Password', name: 'pwd']
])
sh ("echo ${userInput['pwd']}")
- is duplicated by
-
JENKINS-34264 Support Global passwords from Mask Passwords in Pipeline
- Resolved
- relates to
-
JENKINS-27398 Pipeline-as-Code CredentialsProvider for a job
- Open
-
JENKINS-43814 Password parameters should be hidden in pipeline logs by default
- Open
-
JENKINS-27486 Workflow step to mask console output
- Resolved
-
JENKINS-47101 Pipeline withCredentials step does not mask step descriptions for variables with the same name as existing system variables
- Resolved