Hi Woody,
I usually just set http_proxy in the jenkins master (manage jenkins ->
configure system, then create yourself an http_proxy env variable).
Whenever I get issues like this I find it's useful to put an 'echo
${http_proxy}' in the jenkins job configuration for sanity checking.
Hope this helps,
OliverOn 24 July 2012 21:46, woody wu <[email protected]> wrote: > Hey Guys, > > I have a test bundle that needs to run with http_proxy settings for calling > integration partners. I configured this under /etc/environment on the > Jenkins server (the app service is on the same server). When I manually run > the test bundle, the proxy settings work fine, but when use Jenkins to run > the test job automatically, it just not working. Any tips to solve the > issue? > > Regards, > Woody >
