Can we turn off build queue optimization?
Our publishing builds are being removed from the queue and our build chain never finishes anymore, in TeamCity 9.0.1 .
I have opened https://youtrack.jetbrains.com/issue/TW-39709 . Is there a way to turn off that feature that removes builds that are in the queue?
The Activities log has entries like:
Build removed from queue: 2343175, comment: substituted by build with more changes
But then this continously happens with the new builds too.
Please sign in to leave a comment.
Hi,
Please try to set teamcity.buildQueue.allowMerging=false configuration parameter in the needed build configurations. For more details see the comment.