Dashboard > CruiseControl.NET > ... > Labeller Blocks > Last Change Labeller
Last Change Labeller Log In View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Ross Patterson , last edited by Ross Patterson on Aug 16, 2007  (view change) show comment

Some source control systems (e.g., AccuRev) have a concept of a "change number", which the Last Change Labeller can use to build a label. The following configuration would prefix all labels with the string 'Foo-1-', so the build of change number 213 would be labelled 'Foo-1-213'

<project>
   <labeller type="lastChangeLabeller">
     <prefix>Foo-1-</prefix>
   </labeller>	
   <!-- Other project configuration to go here -->
</project>

Configuration Elements:

Node Description Type Required Default
prefix Any string to be put in front of the change number. string false ""
The Last Change Labeller was added in build 1.3.0.2710. It is available in CCNet 1.3 and later.

Powered by a free Atlassian Confluence Open Source Project / Non-profit License granted to ThoughtWorks, Inc.. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators