|
To label a finished build manually:
The labeling process takes place after the build finish and doesn't affect the build status. If the label fails it will not change the build's status. VCS labeling is supported for ClearCase, CVS, Perforce, StarTeam and Subversion.
SubversionSubversion VCS roots need additional configuration for VCS labeling to work. The labeling rules need to be specified to define the SVN repository structure. Labeling rules are specified as newline-delimited rules each of uses the following format: TrunkOrBranchRepositoryPath => tagDirectoryRepositoryPath The repository paths can be relative and absolute (starting from "/"). Absolute paths are resolved from the SVN repository root (the topmost directory you have in your repository), relative paths are resolved from the TeamCity VCS root. When creating a label, the sources residing under TrunkOrBranchRepositoryPath will be put into the tagDirectoryRepositoryPath/tagName directory, where tagName is the name of the label as defined by the labeling pattern of the build configuration. For example, there is a VCS root with the URL svn://address/root/project where svn://address/root is the repository root, and the repository has the structure: -project --trunk --branch1 --branch2 --tags In this case the labeling rules should be: /project/trunk=>/project/tags /project/branch1=>/project/tags /project/branch2=>/project/tags VCS Labeling Failure NotificationsTeamCity starts the VCS labeling process, when the build is finished. Thus VCS Labeling does not affect the build status, and therefore is not a standard notification event. However, TeamCity allows notifying about labeling failure.
See Also:
|