Continuous Integration: CruiseControl vs Jenkins vs ???
-
For .net developers, there is this quite old CruiseControl available for as CI-Server. Jenkins is somehow now state of the art for Java Development. Question: Is the anything as Jenkins available, based on .net? I talk about freeware?
Jenkins supports CI for .NET as well. Why not just use that?
-
Jenkins supports CI for .NET as well. Why not just use that?
-
For .net developers, there is this quite old CruiseControl available for as CI-Server. Jenkins is somehow now state of the art for Java Development. Question: Is the anything as Jenkins available, based on .net? I talk about freeware?
I've been using CruiseControl.NET for around 4 years and it does everything a CI server needs to do, and it works well with the .NET Framework as you'd expect. It runs all our builds without any problems, including our deployments. It's easy to install and configure, and there is large community to help you support it. Do you have specific requirements?
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare