views:

239

answers:

1

Is it possible to group projects in CruiseControl?

(I know it is possible to group them using the same prefixes... but is it possible to really group them?).

thx, Lieven Cardoen

+2  A: 

You can add a tag under "project":

<project ...>
  <category>Category 1</category>
  ...
</project>

and according to CruiseControl documentation: "A general category for this project. This is used by the dashboard to provide groupings to the project. Categories do not span servers."

Petros
Apparently only to be used in CruiseControl.NET
Lieven Cardoen
Ooops, sorry, didn't realize you are using the original CruiseControl.
Petros