TeamCity 4.0 Help

Run Custom Build Dialog

To open the dialog:

To create history builds, TeamCity always uses the VCS roots and settings that are now actual for the particular build configuration. If you delete a VCS root from the build configuration, you can no longer trigger history builds with changes which the root contained.

Option

Description

Rebuild dependencies

If the enforce rebuilding of all dependencies (do not reuse existing builds) is enabled, then before running the current build, TeamCity ensures that new builds from the sequence are created and no finished builds will be reused from the existing history.

Agent

In this drop-down list, select an agent you want to run the build on. Besides the possibility to run a build on a particular agent from the list, you can also use one of the following options:

  • fastest idle agent — default option; if selected, TeamCity will automatically choose an agent to run a build, basing on calculated estimates.

  • all enabled compatible agents — run a build simultaneously on all agents that are enabled and compatible with the build configuration.

    For each agent in the list, TeamCity displays its current state and estimates for the agent become idle, if it runs a build at the moment.

System properties/ Environment variables

By default, these sections show system properties and environment variables currently defined for the build configuration. You can add new, edit, and delete additional properties/variables, or edit values of predefined ones.

Add new

To add new property/variable, click the Add new link, then specify its name and a value.

Edit property

You can edit property's name and value.

Delete property

Click to delete the property/variable.

Reset

The link is available for each of the predefined properties/variables. Click the link to reset the property/variable to its default value.

Changes to include

The section allows you to specify particular changes you want to include in this particular build.

Latest changes on the moment of build start

Default option. TeamCity will automatically include all changes available for the moment.

All changes up to the selected one

When you select a change in the drop-down list, TeamCity runs the build with the selected change and all changes that were made before it.

Run Build

Click to run build with specified parameters

Last modified: 20 April 2023