Hi,
We are trying to run a bamboo remote agent behind an http proxy without success.
We try to add the both parameters to java : Dhttp.proxyHost and Dhttp.proxyPort
but bamboo doesn't seen to take in account those ones.
If we run the remote agent in a local machine which doesn't need proxy, the remote agent work well.
Does someone have a solution for our problem?
Proxying remote agents is currently unsupported. A feature request for this is available here. Currently, the only solution is to set up a reverse proxy for the agent.
Try adding the options to bamboo-agent-home/conf/wrapper.conf as
wrapper.java.additional.3 and wrapper.java.additional.4
Which Bamboo version do you have?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I try to add to http proxy paramters inside wrapper.conf but that changed nothing ...
We used the version 3.3.3 of bamboo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you see the -D arguments beingpassed to the java process (e.g. using ps -ef) ?
What's shown in the agent log file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.