|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Also: setting the tool location on the slave via environment variables is not considered during polling.
Steps to reproduce using Jenking Git Plugin 1.3.0 on Jenkins 1.510:
Set environment variable on master:
PATH_TO_TOOLS=c:\somewhere\tools
On the Slave:
PATH_TO_TOOLS=d:\elsewhere\tools
Tool-Location for default git installation: ${PATH_TO_TOOLS}/git/git.exe
During polling, jenkins always tries to execute git.exe in c:\somewhere\tools, although it is run on the slave