CruiseControl.NET : Default Labeller
This page last changed on Jun 07, 2005 by orogers.
Default LabellerBy default, CCNet uses a plain incrementing build number as a build label. Some source controls (e.g. Perforce Source Control Block) require you to use a different naming scheme if you want CCNet to apply labels to source control on successful builds. You can do this by specifying your own configuration of the default labeller in your project. The following configuration would prefix all labels with the string 'Foo-1-', so the 213th build would be labelled 'Foo-1-213'<project> <labeller type="defaultlabeller"> <prefix>Foo-1-</prefix> <incrementOnFailure>true</incrementOnFailure> </labeller> <!-- Other project configuration to go here --> </project> Configuration Elements:
|
Document generated by Confluence on Jun 26, 2005 17:22 |