for very low-volume bandwidth site in production with iis7/win08 - should i have concerns (re: overall system stability) about installing CruiseControl.NET as a build server implementation?
views:
49answers:
2
+1
A:
Yes.
Anything that goes wrong with your CI builds can (and probably will) impact your production server.
That being said, it's really your risk-management decision...
John Weldon
2010-04-29 04:49:39
+1
A:
CruiseControl.NET just launch other tools to execute the build, and it can change over time (version, tools, framework ..).
So, IMHO, you should really be carefull about it as mentionned by John W. From our experience, it is better to separate it at least in a Virtual machine.
TridenT
2010-04-30 09:02:59