Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/android-emulator-plugin
  Commit: 96e5715c0f8c2622d17eb4e62331654b738e496c
      
https://github.com/jenkinsci/android-emulator-plugin/commit/96e5715c0f8c2622d17eb4e62331654b738e496c
  Author: Christopher Orr <[email protected]>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M src/main/java/hudson/plugins/android_emulator/AndroidEmulator.java

  Log Message:
  -----------
  Prepend the tools and platform tools of the SDK in use to $PATH during a 
build.

Since we already know which SDK installation is being used, Jenkins provides a
mechanism to prepend PATH entries, and tools like `adb` are commonly used during
a build, we now make things a bit more convenient by making them directly
available during a build.


  Commit: 42a4a33ff13e6ce3749ad60a080c035f90c7e920
      
https://github.com/jenkinsci/android-emulator-plugin/commit/42a4a33ff13e6ce3749ad60a080c035f90c7e920
  Author: Christopher Orr <[email protected]>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M src/main/java/hudson/plugins/android_emulator/SdkInstaller.java

  Log Message:
  -----------
  Install SDK 24.0.2 by default.


  Commit: c516ee26b00560d8884b9c5e1c4f25fddcb6760b
      
https://github.com/jenkinsci/android-emulator-plugin/commit/c516ee26b00560d8884b9c5e1c4f25fddcb6760b
  Author: Christopher Orr <[email protected]>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M src/main/java/hudson/plugins/android_emulator/AndroidEmulator.java

  Log Message:
  -----------
  Also send stderr to the build log for various commands we need to run.

Sometimes we get bug reports where there's likely error information missing
since we were not capturing stderr.


  Commit: bd2fbec33e6fe84f7b39ec03feb90a96900fcd33
      
https://github.com/jenkinsci/android-emulator-plugin/commit/bd2fbec33e6fe84f7b39ec03feb90a96900fcd33
  Author: Christopher Orr <[email protected]>
  Date:   2015-02-12 (Thu, 12 Feb 2015)

  Changed paths:
    M src/main/java/hudson/plugins/android_emulator/AndroidEmulator.java
    M src/main/java/hudson/plugins/android_emulator/util/Utils.java

  Log Message:
  -----------
  Add timeouts to adb when attempting to unlock the screen after boot.


Compare: 
https://github.com/jenkinsci/android-emulator-plugin/compare/b02c1cf8f0cc...bd2fbec33e6f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" 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.

Reply via email to