How can I configure the Jenkins Rebuilder plugin to not remember passwords?

23 views Asked by At

We would like the Jenkins Rebuilder plugin to not remember passwords. However, I haven't been able to figure out how to do this. I did look at the similar jenkins rebuilder stores passwords question, but it doesn't have an answer.

A colleague of mine pointed out that the Rebuilder plugin source has a RebuildConfiguration class with a rememberPasswordEnabled field - see the Javadoc and source. Is the rememberPasswordEnabled configuration actually used? Is there a way to configure rememberPasswordEnabled on an installed and enabled Rebuilder plugin?

Update: Also, when I bring up the configuration for my pipeline, I see a Rebuild options section:

enter image description here

But it doesn't contain an option for remembering passwords.

1

There are 1 answers

0
Geoff Alexander On

My colleague found the Rebuild plugin remember password option. It's under Dashboard > Manage Jenkins > System:

enter image description here

Once we disabled this option, the Rebuild plugin no longer remembers passwords on rebuild.