GregWringle
GregWringle

Reputation: 475

Logging Who Restarted Jenkins

Is there a way to log who ordered a Jenkins restart? The log right now just denotes that a restart happened. I would like something like

Mar 30, 2015 9:57:01 PM INFO: Safe-restart started by GregWringle.

Is there anyway I can implement this?

Upvotes: 3

Views: 2603

Answers (1)

GregWringle
GregWringle

Reputation: 475

Jenkins does this various restarts, but for restart after installing a plugin it puts the user as anonymous. There's an audit plugin that records the user name.

Upvotes: 1

Related Questions