|
||||||||
|
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.

Code changed in jenkins
User: Dave Brown
Path:
src/main/java/hudson/plugins/android_emulator/sdk/DefaultToolLocator.java
src/main/java/hudson/plugins/android_emulator/sdk/PlatformToolLocator.java
http://jenkins-ci.org/commit/android-emulator-plugin/28f76bb7acfd96a16a1eb5626b2527ad9b96856f
Log:
JENKINS-23134Replace File.separator with "/".When using this plugin on a Windows master delegating to a Unix slave
File.separator resolves to "
" resulting in erroneous paths.
Signed-off-by: Dave Brown <[email protected]>