You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Have this very same issue.
Tried alot but not resolved yet.
Still working to get it up-and-running. :)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.