Issue Type: Improvement Improvement
Assignee: Nicolas De Loof
Components: build-flow
Created: 03/Oct/12 3:41 PM
Description:

It would be nice if the jenkins login "id" is passed to configure -> build -> execute shell.

Currently when running a build job in jenkins "build->execute shell",
the environment variables USER and LOGNAME are set to "jenkins".

In my case, I am calling a script that expects LOGNAME to be set to
my unix id not "jenkins".

I have a hard coded hack in my "build->execute shell" that sets logname
to my unix id. But since my "jenkins" login id is set to my unix id,
it would be nice if an environment variable like "JENKINS_LOGIN_ID"
existed in "the list of available environment variables."

Thanks
Eric

Project: Jenkins
Priority: Minor Minor
Reporter: ewysp
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to