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.