In jenkins job shell, I want to get the user who starts the build in the shell, how can I do it ?
The Build User Vars Plugin works well if this job was started by user, while it is triggered by others like upstream job, it doesn't work. The value like $BUILD_USER is empty.
see comments from author "Gavriil" in that page
This is not a bug. Build user could be identified only in case if build was started by user. If build was triggered by other cause, f.e. by timer or by end of upstream job
Though in the job console, actually I can see the user information
Started by upstream project "arctifact2slave" build number 16
originally caused by:
Started by upstream project "create-vm" build number 5
originally caused by:
Started by user larrycai
Any suggestions