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'm trying to set the timeout values for a given Bamboo plan like this:
- I open the "Default Job" of my "Default Stage" and set the following values on the Miscellaneous tab: Build Time Multiplier = 1, Log Quiet Time = 1, Build Queue Timeout = 1. My average build time is 17 seconds.
I would expect that the build is aborted after 1 minute if it waits more than 1 minute in the queue or if there is no log output for more than 1 minute.
I start the build. Unfortunately after 6 minutes it is still in the queue and Bamboo displays the following message on the plan's summary page:
On the same summary page I see the following message as well:
Info: | License limitation is currently reached. No additional agent can be requested at the moment. |
I suspect that this is the reason of waiting in the queue, but I would expect that the build is still stopped after one minute due to the Build Queue Timeout setting.
Could somebody help me to solve this issue?
Thanks,
Jozsef
I start the build. Unfortunately after 6 minutes it is still in the queue and Bamboo displays the following message on the plan's summary page:
Build Queue Timeout is used together with Job Queue Timeout notification to send notification to user instead of stopping the build.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.