This page shows the detail information about the build queues configured in the system. Every queue has running builds section and waiting builds section. Running builds section lists all the currently running builds, and the number of running builds is actually the number of working threads. Waiting builds section lists all waiting builds. Builds are put into waiting list for two reasons:
There are no available working threads.
Another build is running and blocks the current build (for example, if two configurations share the same working directory, one build in one configuration will block builds in the another configuration).

Summary section
Summary section gives information about the total number of running and waiting builds.
Actions section
In this section, user can perform actions such as browse the available queues, or create a new queue.
Working threads
Displays the total number of working threads configured in the current queue.
Version being built
Displays the version currently being built. If the current build is a promotion build, from version and to version promotion will be displayed as well.
Version to build
Displays the version to build. This value is only available when you trigger a rebuild, or build manually with specified build version. For the scheduled builds or manual builds without specified version, version to build can only be determined when this build is running.
Stop the selected builds from running list
User can select the runnings builds, and click on this button to forcibly stop them.
![]() | Warning |
|---|---|
On Windows platform, if the builder command is a batch file
(for example | |
Remove the selected builds from waiting list
User can select the waiting builds, and click on this button to remove them from the waiting list.