| I would rank this more as minor: any Jenkins with a master and slave on different platforms has to go through the trouble of getting the Shell into the path on every machine, because as indicated, the configuration setting for it applies to all machines, and my linux slaves do not understand the path C:\xxx\bash.exe, (and even if they did, they would not have a bash in that location probably...) JENKINS-38211 sounds like the same issue to me. Note that JENKINS-36804 sounds like it's close to this, because there it seems like you can override paths in the node config but not for the master node itself? (or is that bug trying to say it does not work for any node?) |