Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add a project to CruiseControl.NET?

I am looking at the cruisecontrol web dashboard. I can see one farm and one server. However, I don't see any way to add a project?

Is this something I can do with the UI or do I need to edit the config file by hand?

like image 930
watkins Avatar asked Feb 15 '10 21:02

watkins


2 Answers

You'll need to edit the ccnet.config file by hand (located within the CruiseControl directory) to add projects. There are some graphical tools to help you do this however you do get used to doing it by hand fairly quickly - just have the documentation near by!

Update: An example of one such tool is http://www.codeplex.com/ccnetconfig

like image 137
Paul Mason Avatar answered Oct 11 '22 09:10

Paul Mason


You can use CCNETConfig to edit the config file through an UI although it doesn't support higher version > CruiseControl.NET 1.4.

like image 26
Achilles Avatar answered Oct 11 '22 09:10

Achilles