vote up 1 vote down star

What is the initial cost of setting up CruiseControl?

flag

10 Answers

vote up 4 vote down

The key point here is not the time you have to invest in setting up CruiseControl. You can do this in an hour or so. The question is weather do you have a code repository (SVN, TFS) and a build script ready (something - MSBuild script or so - that will clean, rebuild, test and deploy your app). If not you will have to invest some time in that - depending on how complicated your project is - but surely it will take a lot more time than setting up a CruiseControl server.

link|flag
vote up 2 vote down

Not more than two to three hours worth if you're new to it. The first time I used it I had something that checked out the latest version from subversion, compiled it using MSBuild and then upload it in less than that time.

link|flag
vote up 2 vote down

I'd recommend Hudson over CruiseControl any day of the week. I can't think of anything CruiseControl can do which Hudson doesn't do (better). Especially the web-based frontend is far superior. You can run Hudson directly on your machine (using JNLP) and have your project setup in minutes.

link|flag
Although it is Java - CC has a .Net variant too. – Keith Oct 27 '08 at 10:02
cc also has a ruby on rails variant called cruisecontrol.rb – Osseta Oct 27 '08 at 11:22
I agree. Having used both, Hudson wins over CruiseControl, especially when it comes to upstream/downstream projects, and copying a config when creating a codeline branch. – toolkit Oct 27 '08 at 11:53
vote up 1 vote down

It takes a little while to get it up and running - but you can get a solution to build using the task to build you .sln file in less than a day if you're a complete newbie on the subject.

It gets a little more complicated when you add unit testing in various frameworks, costumizing the dashboard, labelling your builds etc but it's a matter of days, not weeks to get anything up and running.

link|flag
vote up 1 vote down

Software - free.

Hardware - cost depends. If you only want to run nightly it can probably share server space with something else. We use a dedicated server with builds every 15 mins.

Set up time - Once learnt you're looking at a few hours to set up a new server. If you're new to CC allow a day or two.

If you've never used an integration server before you're going to have a learning curve for the entire team - allow a few weeks.

We've recently moved to a new server and we set up a fresh installation - it took a few hours. That's for four projects, two different source control providers, and includes custom tasks like reporting and building help files.

link|flag
vote up 1 vote down

I'd recoccomend a dedicated machine for cruise control, it doesn't have to be amazingly powerful but bear in mind it had to be able to compile your code.

We used an old developer's machine, which was put aside after an upgrade.

As far as the cost in time a day should have you up and running.

link|flag
vote up 0 vote down

How do you define 'cost'? It's free to download so there's no monetary cost.

In terms of time it should take between 1/2 - 1 day, depending on how complicated your configuration is.

link|flag
We have a guy working on it for five weeks now ;-) – Treb Oct 27 '08 at 9:24
hehe... it may take a little while to get exactly what you need ;) I guess it shouldn't take too long to get it up and running at a basic level... – Phill Sacre Oct 27 '08 at 9:35
The problem seems to be that he wants to get everything running perfectly before launch, including automatic unit tests etc... – Treb Oct 27 '08 at 9:45
vote up 0 vote down

If you have a simple project with no dependencies then a couple of hours. If you are actually doing 'integration' of many projects with many dependencies then several weeks and possibly code changes. IMHO CC.Net doesn't scale well to large numbers of projects...

link|flag
vote up 0 vote down

You should be able to set it up in about 3 hours and it's totally free.

Still you can spend money on external tools like Simian etc, but that's totally optional. Setting up CCnet really is a matter of going through the configuration documentation and that's it.

I blogged about my experiences with CCnet before: http://www.tigraine.at/2008/10/08/another-take-on-contiuous-integration/

link|flag
vote up 0 vote down

Jay Flowers runs a project called CI Factory which enables you to put together a CruiseControl.NET installation with optional modules in no time at all.

http://jayflowers.com/joomla/

Also, you might wish to listen to the .NET rocks podcast interview with him:

http://www.dnrtv.com/default.aspx?showID=64

link|flag

Your Answer

Get an OpenID
or

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