Hi In default the defaultLabeler is use (if you do not specify a labeler section in your ccnet.config, you get this one) http://confluence.public.thoughtworks.org/display/CCNET/Default+Labeller
When you have set useLabel to true, a label will be applied. The layout of this label is will be the buildnumber. You can add a prefix to it (BuildOk-), so the label will be BuilOK-25 with kind regards Ruben Willems On Fri, Sep 26, 2008 at 4:19 PM, Saran <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to apply build label (BUILD_OK) if build succeeds but I'm > not sure how to specify build label name to cruisecontrol.net. In the > source control block, there is an option to apply label (useLabel), > but I can't figure out how to specify the build label name. > > <sourcecontrol type="clearCase"> > <viewPath>C:\PATH\TO\SOURCE</viewPath> > <branch>main</branch> > <autoGetSource>false</autoGetSource> > <useLabel>true</useLabel> > <useBaseline>false</useBaseline> > <projectVobName>PROJECT_VOB_NAME</projectVobName> > <viewName>PROJECT_VIEW_NAME</viewName> > <executable>cleartool.exe</executable> > <timeout>50000</timeout> > </sourcecontrol> > > > Any suggestions would be really appreciated. > > Thanks very much, > Saran >
