TeamCity 9.x Documentation

[Documentation for Previous Versions]

Icon

You are viewing the documentation of TeamCity 9.x, which is not the most recently released version of TeamCity.
View this page in the latest documentation or refer to the [listing] to choose the documentation corresponding to your TeamCity version.

 

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor formatting

...

Setting

Description

Name

The build configuration name

Anchor
BuildConfID
BuildConfID
Build Configuration ID

The ID of the build configuration (must be unique across all build configurations and templates in the system).

Description

An optional description for the build configuration.

Build Number Format

This value is assigned to the build number. For more information, refer to the Build Number Format section below.

Anchor
buildCounter
buildCounter
Build Counter

Specify the counter to be used in the build numbering. Each build increases the build counter by 1. Use the Reset counter link to reset counter value to 1.

Artifact Paths

Patterns to define artifacts of a build. For more information, refer to the Artifact Paths section below.

Build Options

Additional options for this build configuration. For more information, refer to the following sections below:

Table of Contents
maxLevel5
minLevel4
excludeExplicit Paths|Paths Patterns|Examples:

Anchor
BuildNumberFormat
BuildNumberFormat

...

Pattern

Description

%build.counter%

a build counter unique for each build configuration. It is maintained by TeamCity and will resolve to a next integer value on each new build start. The current value of the counter can be edited in the Build counter field.

%build.vcs.number.<VCS_root_name>%

the revision used for the build of the VCS root with <VCS_root_name> name. Read more on the property.

%property.name%

a value of the build property with the corresponding name. All the Predefined Build Parameters are supported (including Reference-only server properties).

...