|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Code changed in jenkins
User: Christopher Orr
Path:
src/main/java/hudson/plugins/android_emulator/SdkInstaller.java
src/main/java/hudson/plugins/android_emulator/sdk/AndroidSdk.java
http://jenkins-ci.org/commit/android-emulator-plugin/0bee4d3602a7d46a898f8c30cfb4b6572e814c30
Log:
[FIXED JENKINS-16720] Ensure SDK version check is done on the right node.
Previously, when automatically installing the SDK, we were instantiating
an SDK object on the master, meaning that we were inspecting the tools
version file on the master, rather than on the node in question.
Also removed the empty catch block which was masking this problem.
Compare: https://github.com/jenkinsci/android-emulator-plugin/compare/2035f3c789b7...0bee4d3602a7