|
CruiseControl.NET : Default Labeller
This page last changed on Sep 16, 2008 by williams.
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. <project> <labeller type="defaultlabeller"> <prefix>Foo-1-</prefix> <incrementOnFailure>true</incrementOnFailure> <labelFormat>00000</labelFormat> </labeller> <!-- Other project configuration to go here --> </project> Configuration Elements:
|
| Document generated by Confluence on Mar 14, 2009 02:55 |