| You are viewing documentation of TeamCity 5.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version. |
|
Build Configuration describes a class of builds of a particular type, or a procedure used to create builds. Examples of build configurations are integration builds, release builds, nightly builds, and others. You can explore details of a build configuration in its home page and modify its settings in the editing page. Build Configuration StateA build configuration is characterized with 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. To pause or activate a build configuration:
or click Actions link on the Build Configuration Home Page toolbar.
Build Configuration IDEach build configuration has an internal unique identifier which you may need when constructing TeamCity URLs or editing TeamCity configuration manually. Automatically assigned IDs use bt<NUMBER> format. To determine the internal ID of a build configuration:
See Also:
|