Run existing AVD using Android Emulator Plugin

2013-07-23 Thread Ling-Yi Kung
Hello! I'm trying to specify an AVD for the emulator plugin to run, but it seems to be looking in the wrong place. I have an AVD called "Image" - it is located in ~/.android/avd/Image.ini and ~/.android/avd/Image.avd as normal. After ticking "Run an Android emulator during build" and inputing "

adb devices lists no devices, even though an emulator running

2013-07-17 Thread Ling-Yi Kung
Hello! My Jenkins slave is Mac OS X 10.8.4 and I'm using the Android Emulator Plugin. For some reason, adb doesn't recognize that there's an emulator when Jenkins launches it. When I log into the machine and start an emulator, "adb devices" lists it. *22:35:51* [android] Using Android SDK: /Us

Re: "curl: (7) couldn't connect to host error" in Execute shell build step

2013-07-16 Thread Ling-Yi Kung
Ah, that was the problem! Thanks! Most of my environment variables were missing when non-interactive shells ran. On Tuesday, July 16, 2013 10:46:40 AM UTC-7, JonathanRRogers wrote: > > Ling-Yi Kung wrote: > > On Tuesday, July 16, 2013 9:19:26 AM UTC-7, JonathanRRogers wrote: >

Re: "curl: (7) couldn't connect to host error" in Execute shell build step

2013-07-16 Thread Ling-Yi Kung
On Tuesday, July 16, 2013 9:19:26 AM UTC-7, JonathanRRogers wrote: > So you were able to run " > > curl > https://raw.github.com/appium/appium/master/sample-code/examples/node/simplest.js"; > interactively on the same host? > > Yes. I'm using my local machine as a slave, and everything in my scr

"curl: (7) couldn't connect to host error" in Execute shell build step

2013-07-15 Thread Ling-Yi Kung
Hello! I'm trying to run some simple shell commands. However, curl is giving me an error. I'm a bit confused on why that is? From the terminal of the slave, I can execute the commands without error. Started by user lkung [EnvInject] - Loading node environment variables. Building remotely on lkun