Reputation: 577
I want to pass a password to a buildstep via build properties http://docs.buildbot.net/latest/manual/configuration/schedulers.html#forcescheduler-scheduler but I do not want the password to show up in the build properties tab or any logs.
I know that there is a secrets provider http://docs.buildbot.net/latest/manual/secretsmanagement.html but I want/need to set a different password for every build. I also stumbled across this code http://docs.buildbot.net/current/developer/secrets.html#secret-obfuscation but I'm unsure if I can use it with build properties.
Upvotes: 1
Views: 144