vote up 0 vote down star

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

flag

1 Answer

vote up 1 vote down check

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."

link|flag
Apparently only to be used in CruiseControl.NET – Lieven Cardoen Mar 24 at 15:08
Ooops, sorry, didn't realize you are using the original CruiseControl. – Petros Mar 24 at 16:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.