I wanted to show the user who triggered a jenkinsJenkins job in the post job email. This is possible by using the plugin 'Build User Vars Plugin'Build User Vars Plugin and the env variable BUILD_USERBUILD_USER. But this variable do not get initialized when the job is triggered by a scheduler . How
How can we achieve this , i? I know we have a plugin called - EnvInject Plugin,and and that can be used... but
But I just want to know how we can use this and achiveachieve the solution...