I don't think there is, but figured I would ask...
Is there a way to specify that a particular plan has build/agent priorities over another plan? For instance, if I had a "testing" plan that could be launched by our engineers to compile and test their product at any time. This potentially could be queued for awhile. But if I had a "Product Release" that was kicked off, potentially i would want it to have a higher priority over the other "non-important" builds that could be occupying our agents. Ideally it would be next in line to use whatever agents it needed in order to complete it's build.
You can't do it automatically, but Bamboo has manual queue sorting capabilities (you can manually reproritise build in queue via drag and drop).
If you want to, you could write a plugin that moves your builds around in a queue using methods of BuildQueueManager class. I wouldn't be surprised if the feature you're asking about appeared in one of the next Bamboo releases. We already had internal mini-projects that focused on smarter build queue management.
Is this an old feature that has been removed? I'm running Bamboo 4.4.1 and I can't see how drag items in the queue on the Dashboard Current Activity Page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
18 months later, are we any closer to see smarter queue management? Not yet in 4.4.4 for all I can tell...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, it's not in yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could examine what URL is being used when you drag-n-drop builds in the queue with Firebug. The URL is something like this:
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.