vote up 2 vote down star
1

My company currently use CruiseControl.NET, which I find quite a pain on the neck to configure. What CI solution do you use?

flag

76% accept rate

7 Answers

vote up 3 vote down

We use TeamCity which costs some coin, but is a huge step up from cruise control. It's simple, easy to configure and gives you tons of feedback on your builds. I'd highly recommend it.

link|flag
I'm interested in TeamCity, but we've recently switched to SourceGear Vault for source control, which last time I checked, wasn't supported by TC. Any changes on that front? – Chris Doggett May 26 at 15:18
vote up 3 vote down

Try CiFactory

link|flag
vote up 1 vote down

I haven't tried it but I've heard Team Foundation has some features that let you have automated builds.

link|flag
Yes, we do that, a bit tricky to get going, but works well :) – leppie May 26 at 4:26
vote up 1 vote down

We used to use Cruise Control but changed to use TeamCity.

The automated build works really well and we would not want to develop without it now.

link|flag
vote up 1 vote down

On my current project, we're using Bamboo, by Atlassian. I like it, and it has some pretty nice plugins available if you're using JIRA for bug tracking.

What has really helped us is that it is very flexible. We have a multiple Java and .NET apps, and Bamboo handles them all very well. It's not free, but if you have a complicated environment and build system, it works pretty well.

link|flag
vote up 0 vote down

We use CC or TeamCity by JetBrains (It's Free). I choose TeamCity over CC any day.

link|flag
vote up 0 vote down

We use Zed Builds and Bugs here. They have a community edition that is free for small setups, and a commercial version for larger projects/usage.

Nice features: there's no XML to edit to define your builds, and the whole thing is done using a very clean and consistent UI.

link|flag

Your Answer

Get an OpenID
or

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