How to hide passwords in Jenkins console output?
问题 The Mask Passwords plugin only allows for preset passwords to be passed in to the build process, so it really does nothing for the security of the Job. I need a password parameter that needs to be entered every time the job is run (as a parameter) and I need that to be masked in the console output. From what I am reading, going to Manage Jenkins -> Configure System and selecting to mask Password Parameters should work, but it is not for some reason.. any suggestions? 回答1: Tested with Jenkins