How can I identify the user who created a specific job in jenkins?

Problem

In jenkins, I cannot find a job creator for a specific task.

Trying to

I've tried looking in the changelog, not displaying the creation. Viewed in user profiles and no such properties. Cheated for a while, trying to find him. Also, most of the research on Google with the keyword "creator" will yield results on how to create work or other questions from people looking for things about this topic.

+3


source to share


1 answer


The JobConfigHistory plugin should display the User column. And this happens in my Jenkins (v1.609.1) when I select the Job Config History job at the bottom of the sidebar menu right after the job is created.



(Although I agree: there is no Created there, just Changed. But the transition from non-existence to existence is a change, isn't it? ;-)

+5


source







All Articles