Mask Passwords for Declarative Pipeline

2019-02-19 Thread Ivan Fernandez Calvo
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

Mask Passwords for Declarative Pipeline

2019-02-19 Thread Ivan Fernandez Calvo
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

Mask Passwords for Declarative Pipeline

2019-02-18 Thread Traiano Welcome
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