Hi, I've just registered on https://github.com/, my ID is: gkonovalenko
In our project we have internal portal where with other features we have table with last deployments. One of the column in this table is "User" and it is filled with name of user started the build. Some time ago we took the name of the user through parsing string "Started by ..." from file .../jobs/%JOB_NAME%/builds/$BUILD_ID/log It seemed to be ugly solution and I tried to find normal way or plugin to get name or id of user who started the build, but without success. As I noticed, that there are other people who was looking for the same functionality, As result -- I've created simple plugin named jenkins- build-user. This plugin set build variables, containing jenkins user id, full, first and last names. Could you please grant me commit rights to host this plugin? GitHub ID: gkonovalenko Plugin name: jenkins-build-user
