|
||||||||
|
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: Christopher Orr
Path:
src/main/java/hudson/plugins/android_emulator/SdkInstaller.java
http://jenkins-ci.org/commit/android-emulator-plugin/9c7199a54e6575afb192f2accce714325d13df04
Log:
[FIXED JENKINS-17532] Ensure system images are installed as required.
Previously, if the platform itself was installed — e.g. due to using the
"Install Android project prerequisites" build step — we wouldn't check, when
trying to start an emulator, whether any required system images were also
installed. If they were missing, emulator creation would fail every time.
Now we check that both the platform and at least one system image have been
installed for the desired platform.
If there are no system images installed, all images will be downloaded.
This is slightly dumb at the moment, as we will also re-download the platform,
even if it already exists, and we won't download any system images if there is
at least one installed for the given platform — regardless of whether it's the
one required for the configured emulator.
Compare: https://github.com/jenkinsci/android-emulator-plugin/compare/1a7a66ef760f...9c7199a54e65