Also the section about manage credential in pipeline
https://jenkins.io/doc/book/pipeline/jenkinsfile/#handling-credentials
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send
You can use maskpasswods in declarative pipeline, you have to use wrapper step
and place your scripts in the code block, however I recommend you to read this
article
https://support.cloudbees.com/hc/en-us/articles/203802500-Injecting-Secrets-into-Jenkins-Build-Jobs
and use credentials and secre
Hi
I have a large number of pipelines written in declarative pipeline script.
The scripts wrap bash scripts which expose passwords when run.
I'd like to use to mask the passwords out from the ui and have looked at
maskpasswords plugin, however the plugin seems to be written for the
procedural pip