-
New Feature
-
Resolution: Won't Fix
-
Major
-
jenkins
maven
android
It would be nice, if the android plugin offers the generated avd name as a build property. So it can be used to use in the maven call, so a specific emulator will be passed in as parameter. otherwise the maven plugin will use every running emulator.
[JENKINS-12561] offer the generated AVD name for the current build process even in matrix-builds
Fix Version/s | New: current [ 10162 ] | |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 142927 ] | New: JNJira + In-Review [ 205638 ] |
The plugin already offers a number of properties.
https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin#AndroidEmulatorPlugin-Buildexecution
I currently pass
to my Maven builds (both matrix and non-matrix) and the parameters get passed correctly in a snapshot build of 2.1 (I haven't upgraded to the released 2.1 yet).