|
CruiseControl.NET : Iteration Labeller
This page last changed on Feb 06, 2006 by orogers.
Iteration LabellerThe Iteration Labeller is similar to the Default Labeller; however, it maintains a revision number that is incremented by one for each iteration from the release start date. For example, if the release start date was June 1, 2005 and the iteration duration was 2 weeks, the iteration number on July 1, 2005 would be 3. This would create a label of <prefix>.3.<build number>. <project> <labeller type="iterationlabeller"> <prefix>1.2</prefix> <duration>1</duration> <releaseStartDate>2005/6/24</releaseStartDate> <separator>_</separator> </labeller> <!-- Other project configuration to go here --> </project> Configuration Elements:
Contributed by Craig Campbell |
| Document generated by Confluence on Mar 14, 2009 02:55 |