-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Won't Fix
-
Component/s: android-emulator-plugin
-
Environment:jenkins
maven
android
-
Similar Issues:
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.
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | current [ 10162 ] | |
Resolution | Won't Fix [ 2 ] |
Workflow | JNJira [ 142927 ] | 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).