-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
all
The batch task does not display the user who kicked off the build. This is useful information to know when using shared resources.
The batch task does not display the user who kicked off the build. This is useful information to know when using shared resources.
I found that I can achieve the end result using the Build User Vars Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Build+User+Vars+Plugin).
Though, ideally this would be integrated into the plugin. If someone can point me to the source code for how Jenkins adds the
"Started by user John Doe"
text to the build # page, I can add that functionality into this batch task plugin. Haven't had luck locating the source code.