I have spun up a new bamboo agent and i'm behind a corporate proxy server. I'm unable to figure out how to get the proxy info into bamboo.
I tried setting a BAMBOO VARIABLE but I don't think that's the correct approach.
I tried adding
wrapper.java.additional.3=Dhttp.proxyHost=HOST
wrapper.java.additional.3=Dhttp.proxyHost=HOST
but it doesn't seem to propagate to the jobs.
Any suggestions?
My work around has been to embed every task i want to do in a script that sets the proxy settings.