jenkins - how to find which user executed the job -


we have ldap login setup user login , execute jobs. how monitor users activities jobs particular user executed.

so far way have seen go each job's console output , "started user". there other way can list users jobs executed?

thanks

you can use plugin https://wiki.jenkins-ci.org/display/jenkins/build+user+vars+plugin, , adopt build configuration.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -