Hiding passwords in Jenkins Pipeline log output without using WithCredentials
问题 I have a parametrized Jenkins pipeline based on a Jenkinsfile . Some of the parameters contain sensitive passwords that I don't want to appear in the job's build logs. So my question is: can I somehow register a String within the Jenkinsfile that is then replaced - by let's say ********** - whenever it appears in the log output? I am aware of the withCredentials step, but I can't use it, since the credentials are not stored in the Jenkins credentials store (but provided as parameters at