Ling-Yi Kung wrote: > 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 > > <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 > script works when I run it myself. >
The environment will be different. The first thing I'd suspect is the need for a proxy to connect to GitHub. Are there environment variables like http_proxy or HTTP_PROXY when you run commands interactively? Is the host behind some corporate firewall that prevents direct HTTPS connections? -- Jonathan Rogers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out.
