Plugin Information |
---|
View Started-By Environment Variable on the plugin site for more information. |
This plugin makes the user id that started a build available as environment variable.
--------------------
ATTENTION:
This Plugin has/had problems with Jenkins versions >= 1.442 (or somesuch) : JENKINS-12074
There is another (newer) plugin available that allegedly should do "the same" thing: Build User Vars Plugin
--------------------
JENKINS_STARTED_BY
This is the same information that Jenkins normally displays in the Console Output on the first line
Started by user ...
7 Comments
Unknown User (jmerkel)
This plugin is exactly what I need. Unfortunatly I'm not able to get the environment variable.
I'm using Jenkins 1.439 and the environment variabel is not available for batch script execution, neither on master nor on a slave node.
Have I missed something or is there a bug in the plugin?
Regards Jan
Unknown User (gkonovalenko)
Hi Jan,
please check Build User Vars Plugin, it does what you need.
Unknown User (gbois)
Like the Build User Vars Plugin, do not forget to make it as an extension of the envinject plugin (JENKINS-11968).
Unknown User (gkonovalenko)
Is link to the issue correct?
Unknown User (gbois)
Fixed
Unknown User (raavi)
Hi! I am trying to set environment variable in master as "SLAVE_IP" with an IP address as a value and use it in Slave(Both master and slave in windows) but somehow it won't recognize the environment variable though it is displayed in system configuration. While launching the agent it gives me error as:
Unknown User (johntiger1)
Wow this is recent