Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

jenkins

jobs

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.

like image 203
Cher Avatar asked Jun 11 '15 17:06

Cher


1 Answers

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? ;-)

like image 140
Gerold Broser Avatar answered Nov 15 '22 09:11

Gerold Broser