How do I override http_proxy environment variable in Jenkins? How do I override http_proxy environment variable in Jenkins? selenium selenium

How do I override http_proxy environment variable in Jenkins?


Use EnvInject plugin to reset the variable in a build step before you run ANT.


Maybe try setting the variable in the jenkins settings page (override the default), or in the job (as a parameter). Both options will override any existing value on the system. Is this what you need?