Cher
Cher

Reputation: 2947

how to identify user who created a specific job on jenkins?

Problem

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

Tries

I tried looking in the changes log, do not display creation. Looked up in the user profiles and there is no such properties. Been fooling aroung for a while now trying to find it. Also most research on google with keyword "creator" will fetch results about how to create a job or other questions of people who searched things relative to this topic.

Upvotes: 5

Views: 8332

Answers (1)

Gerold Broser
Gerold Broser

Reputation: 14792

The JobConfigHistory Plugin is ought to display a column User. And so does it in my Jenkins (v1.609.1) when I select a job's Job Config History at the bottom of the sidebar menu immediately after creating a job.

(Though I agree: There's no Created there, just Changed. But, changing from non-existence to existence is a change, isn't it? ;-)

Upvotes: 8

Related Questions