How do I monitor log of the users who successfully logged into my Jenkins Server?

Triangle picture Triangle · Sep 14, 2015 · Viewed 17.5k times · Source

I want to Monitor name/E-mail/IP id of User's who Successfully logged in to my Jenkins's server. I am the system Administrator. Please help.

Answer

anirudh parmar picture anirudh parmar · Nov 12, 2019
  1. Go to -> Manage Jenkins -> System Log
  2. Click on add new log recorder and name it anything you like for example -> user_access_details
  3. Then click on add loggers once prompted and add jenkins.security.SecurityListener and set it to Finest level

Should look like this -

Should look like this

Logs would look like this -

Logs would look like this