Build queues

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:

  1. Summary section

    Summary section gives information about the total number of running and waiting builds.

  2. Actions section

    In this section, user can perform actions such as browse the available queues, or create a new queue.

  3. Working threads

    Displays the total number of working threads configured in the current queue.

  4. 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.

  5. 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.

  6. Stop the selected builds from running list

    User can select the runnings builds, and click on this button to forcibly stop them.

    [Warning]Warning

    On Windows platform, if the builder command is a batch file (for example ant.bat), process(es) created by the commands in this batch file may still exist even if the build is stopped.

  7. 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.