Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I cant think of a single thing that Hudson hasnt been able to do for our C# development, even with MSTest based tests, you can now run and trendgraph on them with <a href="http://wiki.hudson-ci.org/display/HUDSON/MSTest+Plugin" rel="nofollow noreferrer">the new plugin</a> (only works if you are testing ONE assembly) or <a href="https://stackoverflow.com/questions/352703/integrating-hudson-with-ms-test/512092#512092">my method</a> which works on multiple assemblies.</p> <p>I suppose the only thing that would be nice, would be to generate code coverage data and report on that, not sure if CC.net does that.</p> <p>Also, Hudson seems to have much stronger community support. I've never heard of someone picking CC.net over Hudson if they had the choice.</p> <p>We use it to</p> <ul> <li>Deploy windows services</li> <li>Deploy web services</li> <li>Run MSTests &amp; display as much information as any junit tests</li> <li>Keep track of low,med,high tasks</li> <li>trendgraph warnings and errors</li> </ul> <p>These things may not be anything new to Hudson, but I felt the need to re emphasize that Hudson can handle this with a .net project, no problem.</p> <p>Here are some of the built in .net stuff that Hudson supports</p> <ul> <li><a href="http://wiki.hudson-ci.org/display/HUDSON/MSBuild+Plugin" rel="nofollow noreferrer">MSBuild</a></li> <li><a href="http://wiki.hudson-ci.org/display/HUDSON/NAnt+Plugin" rel="nofollow noreferrer">NAnt</a></li> <li>MSTest (two methods, linked above)</li> <li><a href="http://wiki.hudson-ci.org/display/HUDSON/NUnit+Plugin" rel="nofollow noreferrer">Nunit</a></li> <li><a href="http://wiki.hudson-ci.org/display/HUDSON/Team+Foundation+Server+Plugin" rel="nofollow noreferrer">Team Foundation Server</a></li> <li><a href="http://wiki.hudson-ci.org/display/HUDSON/Violations" rel="nofollow noreferrer">fxcop</a></li> <li><a href="http://wiki.hudson-ci.org/display/HUDSON/Violations" rel="nofollow noreferrer">stylecop</a></li> <li><a href="http://wiki.hudson-ci.org/display/HUDSON/Warnings+Plugin" rel="nofollow noreferrer">compiler warnings</a></li> <li><a href="http://wiki.hudson-ci.org/display/HUDSON/Task+Scanner+Plugin" rel="nofollow noreferrer">code tasks</a></li> </ul> <p>Also, god forbid you are using visual source safe, <a href="http://wiki.hudson-ci.org/display/HUDSON/Visual+SourceSafe+Plugin" rel="nofollow noreferrer">it supports that as well</a>. I'd recommend you take a look at <a href="http://redsolo.blogspot.com/2008/04/guide-to-building-net-projects-using.html" rel="nofollow noreferrer">Redsolo's article on building .net projects using Hudson</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload