You need to begin by providing us some details. Just saying it doesn't work 
does not help us to help you. 

What is your operating system?

How did you install Jenkins?

What kind of job is it? What kind of build step? What is in the step exactly? 
Can you show us the config.xml? (Maybe put it in a gist or pastebin?)

Is the http_proxy variable in the environment of the Jenkins process? Check 
from Manage Jenkins -> System information.

-- Sami

Woody Wu <[email protected]> kirjoitti 25.7.2012 kello 13.34:

> Hey, Oliver,
> 
> Thank you very much for your replay, I have echo the http_proxy environment, 
> it is the correct value, but the setting is still not taking effects.
> 
> Regards,
> Woody
> 
> On Tue, Jul 24, 2012 at 6:13 PM, Oliver Drake <[email protected]> wrote:
> 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,
> Oliver
> 
> On 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
> >
> 

Reply via email to