How to tell Jenkins Android Emulator Plugin to start emulator on a target node?

795 Views Asked by At

I am trying to run an existing emulator using Jenkins Android Emulator Plugin. But it installs / starts an AVD in host (JENKINS_HOME), not the target node (another machine I use for automation related stuff). How to tell the plugin / change its config to create / run the AVDs in target node (connected to jenkins via slave.jar)?

Android Emulator Config

Target Node Label

0

There are 0 best solutions below