|
||||||||
|
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/d/optout.

I think the analysis from the prior comment is the same reasoning I had for assuming this was running on the master. The path separator is either coming from the "File" class or from the "platform" instance which appears to only come from Platform.current(). Note that "platform" is a private class member, so this rules out subclasses having overridden this or manually setting prior to copy construction.
In either case, getting a colon back would indicate the code is running on a linux machine. In our setup, we have a linux master and windows slave, so it seems like the code is running on the master.