Bamboo server is installed in a docker container, I need add any Bamboo agents as docker container too, and then I make what this guide say Getting started with Docker and Bamboo.
Server is runnig in 192.168.1.15:8085 and remote agent support is enabled, then I run Bambo docker container as follow:
$docker run -e HOME=/root/ -e BAMBOO_SERVER=http://192.168.1.15:8085 -i -t atlassian/bamboo-java-agent
but I get in Online remote agent tab:
There are currently no online remote agents configured on this Bamboo instance.
Jan 15, 2016 3:09:30 PM A remote agent is loading on 77524df60fda (172.17.0.1).
How can I make Bamboo server recognize agents?
Note:Bamboo server is a trial
Got it solved by updating Broker URL and Broker Client URL to hold the private IPs being used within VPC.
Also updated the IP for agent at bamboo-agent-home/conf/wrapper.conf
Could you please give details about the resolution you implemented on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same issue. I wonder if docker agents are being seen as remote since they are not accessing the server via localhost. I would love some official clarification.
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.