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.
Hello Jeff,
Thank you for your inquire.
Have you tried adding the property as "-Dhttp.proxyHost=HOST"?
-Dproperty=value
Sets a system property value. The property variable is a string with no spaces that represents the name of the property. The value variable is a string that represents the value of the property. If value is a string with spaces, then enclose it in quotation marks (for example -Dfoo="foo bar"
).
Please, refer to https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html documentation for further information.
If you find this answer useful, I would kindly ask you to accept it so the same will be visible to others who might be facing the same issue you have inquired.
Thank you for your understanding.
—
Kind regards,
Rafael P. Sperafico
Atlassian Support
Are you talking about on the environment line for a Command Task or somewhere else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
wrapper.java.additional.3=-Dhttp.proxyHost=HOST
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.