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.
I install the remote agent on my computer. But the installation hangs with a message in the logs:
2017-08-15 16:22:22,708 INFO [0-BAM::mycomp::Agent:pool-3-thread-1] [BuildAgentControllerImpl] Agent 5144580 checking build queue for executables...
2017-08-15 16:27:22,911 INFO [0-BAM::mycomp::Agent:pool-3-thread-1] [BuildAgentControllerImpl] Agent 5144580 checking build queue for executables...
2017-08-15 16:32:23,124 INFO [0-BAM::mycomp::Agent:pool-3-thread-1] [BuildAgentControllerImpl] Agent 5144580 checking build queue for executables...
2017-08-15 16:37:23,347 INFO [0-BAM::mycomp::Agent:pool-3-thread-1] [BuildAgentControllerImpl] Agent 5144580 checking build queue for executables...
java version "1.8.0_144"
Continuous integration powered by Atlassian Bamboo version 6.0.3 build 60004 - 07 Jun 17
I am having the same issue.
Whenever I tried to add a git checkout task, it will stuck at "checking build queue for executables" forever.
Hi,
This log line is shown when the agent is checking the server for new builds. Your agent is already ready to pick up builds from the queue. If you have the right capability to build a plan, it should just pick from the queue and run it. How did you start the remote agent?
Did you start the remote agent like below?
java -jar atlassian-bamboo-agent-installer-x.x-SNAPSHOT.jar http://bamboo-host-server:8085/agentServer start
This documentation explains what wrapper commands can be used other than start.
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.