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.
In our setup, we are able to run only single build at the time (due to the deployment setup). I have set a max concurrent builds param to 1.
We happen to have multiple PRs merged around the same time, hence there may be new changes coming, while the build is ongoing. Then we have to wait until current build finishes and the next one starts (polling for changes).
I am missing/looking for a way to stop ongoing builds if the new one is scheduled. Is there a way to do that?
Hi!
I hope the latest version 6.8.0 will cover your request
https://confluence.atlassian.com/bamboo/bamboo-releases-671089224.html
Where includes hung build killer as built-in :)
Cheers,
Gonchik Tsymzhitov
I am not sure I understand how that would solve it.
I meant, that if there are coming changes during ongoing build, I would like the current build to stop, and new one to be triggered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @maclun , did you find any way to do what you want? That is also what I am looking for.
If there are multiple pushes to branch, they all create separated builds on the queue. However, we only care about the last build with the latest changes.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.