TeamCity 8.0 Help

Build Configuration

A Build Configuration is a "type of build" - a combination of settings edited in the UI which are used to start a build and group the sequence of the builds in the UI. The settings include VCS settings (from where to checkout sources for the build), what build procedure to run (build steps and environment parameters), triggers (when to start a new build) and others. A build configuration belongs to a project and contains builds. Examples of build configurations are distribution, integration tests, prepare release distribution, "nightly" build, deploy to QA.

You can explore details of a build configuration on its home page and modify its settings on the editing page.

BuildConfigurationState Build Configuration State

A build configuration is characterized by its state which can be paused or active. By default, when created all configurations are active.

If a build configuration is paused, its automatic build triggers are disabled until the configuration is activated. Still, you can start a build of a paused configuration manually or automatically as a part of a Build Chain. Besides, information on paused build configurations is not displayed on the My Changes page. Since TeamCity 8.1, the page is called Changes.

To pause or activate a build configuration do one of the following:

  • On the Build Configuration Settings page: to pause the configuration, click the Actions button, select the Pause triggers, add your comment (optional) and click Pause. for a paused configuration, click the Activate button at the top of the settings page. On the Build Configuration Home Page, click the *Actions button, select Pause triggers in this configuration/Activate triggers in this configuration from the drop-down, add your comment (optional) and click Pause/Activate.

Build Configuration Status

In general, a build configuration status reflects the status of its last finished build.

Personal builds do not affect the build configuration status.

You can view the status of all build configurations for all/particular project on the Projects Overview page or Project Home Page, when the details are collapsed.

Build configuration status icons:

Icon

Description

Success

The last build on default branch executed successfully.

Failure

The last build on default branch executed with errors or one of the currently running builds is failing. The build configuration status will change to "failed" when there's at least one currently running and failing build, even if the last finished build was successful.

Investigate

Indicates that someone has started investigating the problem, or already fixed it. (see Investigating Build Problems).

no icon

There were no finished builds for this configuration, the status is unknown. If none of the build configurations in a project have finished builds, the No builds project is displayed next to a project name

Bc paused

The build configuration is paused; no builds are triggered for it. Click on the link next to the status to view by whom it was paused, and activate configuration, if needed.

Status Display for Set of Build Configurations

It is possible to filter out the build configurations whose status you want to be displayed in TeamCity or externally.

To display the status of selected build configurations in TeamCity:

  • configure visible projects on the Projects Overview page to display the status of build configurations belonging to these projects only

  • implement a custom Java plugin for TeamCity to make the page available as a part of TeamCity web application

To display the display status for a set of build configurations externally (e.g. on your company's website, wiki, Confluence or any other web page), you can:

Last modified: 20 April 2023