This page last changed on Aug 16, 2007 by rosspatterson.

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.
Document generated by Confluence on Dec 13, 2008 00:16