Any ideas as regards alternatives to Cruise Control .NET?
|
I'm a .NET developper and I love TeamCity it's really a great tool ! Easy to configure, to install, to work and it has a pre commit functionnality. I've stop CC .NET because I spent to much time debugging build scripts for basic behavior. ps : I have not tried to configure CCNET with CCNETConfig. |
|||||||||
|
|
You know about the giant CI Feature Matrix? |
|||||||||||
|
|
In the Java world, Edit: for more details on why Jenkins should be better than CruiseControl(.NET), see my answer in a "CC vs Hudson" question. |
||||
|
|
You could try Teamcity. It's primarily focussed at java but can run .net builds too with nant. It's easier to set up than cc.net but a bit less flexible. Mike Two pointed out TeamCity will do msbuild too. |
|||||
|
|
The answers to this question might help some: CruiseControl [.Net] vs TeamCity for continuous integration? But the big ones out there are CC.NET, TeamCity from JetBrains, and Team Foundation from Microsoft. There are others but I'm not as familiar with them. CC.Net is the oldest and has a large community. It is also the only one of the three I listed that is open source. It will be interesting to see how long it lasts since ThoughtWorks has released a new product called Cruise. TeamCity is not open source but has an extensive api and a growing community. I use it now after years with CC.NET Team Foundation Server is huge and expensive. It works and has some nice integration with work item tracking but you need a ton of hardware and software to run the thing. |
|||||
|
|
I blogged about this awhile back and I had a set of tools for it listed - check it out - link. The blog post is about continuous integration but I did list some tools at the bottom - they are all open source and free. Frankly I haven't yet felt the need to buy a too for CI since there are some nice open source ones out there.The tools themselves are written in Java or .NET but can be used to set up CI for any language... Thoughtworks (the company where Martin Fowler (the guy who introduced CI) works) has a commercial tool and open source versions as well. Teamcity is big and I think has a lot of momentum but I haven't used it. I believe they have a free version you can use till you reach your limit. Atlassian has one called Bamboo - I haven't used this either. Hudson is a popular one written in Java. It has some nice features. CI Factory is essentially an enhanced version of Cruise Control .NET There are some nice answers in this link as well (Mike pointed this out in the earlier answer): CruiseControl [.Net] vs TeamCity for continuous integration? |
||||
|
|
|
CI Factory is easy to setup and use |
||||
|
I just love http://www.finalbuilder.com , I use their system for continious integration and all my build operations. Easy to use/debug and love their web-inteface. |
|||
|
check out the answer quoted from *The Art of Unit Testing with Examples in .NET * book - Chapter 6 |
|||
|
|
|
The real alternative of cruise control .NET is Team Founation Server. Why use ccnet or team city with disparate technologies like jira + quality center for bug tracking/requirement or Mantis or excel use only TFS:
Moreover it is very easy to connect it with VS2010 and office suite (tools we always work with) so why prefer those free tools? |
||||
|
|
|
Check out this TeamCity screencast (the first 1/3): |
||||
|
|