I use Jenkins with Gerrit-Sonar plugin and face a very weird issue:
- I configure the plugin to handle Gerrit REST API with my username\password
- When I run the job the first time, it passes, but after it Jenkins goes to auto-restart, saying "Please wait, Jenkins is getting ready to work."
- After this my credentials in plugin are reset to default ("jenkins"\"gibberish").
- Build fails due to 401 to Gerrit
When I re-save the credentials, they are stored only till the next weird auto-restart.
Has anyone seen this issue before or what could be the cause of it?
Thanks!