Hi Ruben, I would like to keep moving the BUILDOK label whenever there is a successful build to all the files that were checked in after previous successful build. Our plan is to let developers use this label for view update, this will make sure that whenever they update the view it will be in buildable state.
Thanks very much for your time Saran ps: I looked in to the filelabeler and I think this will not address my requirements, please correct me if I'm wrong. On Oct 3, 3:01 pm, "Ruben Willems" <[EMAIL PROTECTED]> wrote: > Hi > > just thought of something : > maybe you can take a look at the file labeler > :http://confluence.public.thoughtworks.org/display/CCNET/File+Labeller > This sounds like the solution to your problem. > > with kind regards > Ruben Willems > > On Fri, Oct 3, 2008 at 4:18 PM, Saran <[EMAIL PROTECTED]> wrote: > > > Thanks Reben, but I guess I cannot apply customized label > > (LAST_SUCCESS_LABEL) using Cruisecontrol.net. > > Saran > > > On Oct 3, 6:28 am, "Ruben Willems" <[EMAIL PROTECTED]> wrote: > > > 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
