I have a bamboo server running behind Nginx reverse proxy and try to host get my build run in an elastic agent. The again is spinning up but shows "No agent can build this job." in the build.
Chance upon https://confluence.atlassian.com/bamkb/how-to-bypass-the-server-proxy-on-remote-agent-connection-939925341.html. and it mention putting
-Dbamboo.ec2.agent.endpoint=http://localhost:8085
in "setenv.sh" but is unclear where in setenv.sh should I put this line.
Hi Elson,
welcome to Atlassian Community!
As per knowledge base the right position to place "-Dbamboo.ec2.agent.endpoint=http://localhost:8085" is in setenv.sh in section JVM_SUPPORT_RECOMMENDED_ARGS=
Please kindly check if this helps in your case.
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.