background preloader

Usine logicielle

Facebook Twitter

Guide to building .NET projects using Hudson. In this guide I'm going to show how to set up a C# project on the Continuous integration server Hudson.

Guide to building .NET projects using Hudson

I've been using Hudson on .NET projects since september and it works really well. I'm going to use Media Portal as the example project. The below goals will be solved in this guide:Get the source code from the Subversion repositoryLink change logs to the repository browser using ViewVCBuild the project using MBuildRun the tests using NUnit and display the results together with a trend graphPublish artifacts from the build (nightly builds)Run FxCop on an assembly and display warnings (linked with source code) and a trend graph Search the source code for TODO, FIXME comments and display the open tasks with links to the source codeInitial downloadsThe following files are needed besides Java (at least 1.5). Get the latest version of all files and notice that the Hudson file has the extension .war and plugins .hpi.

MediaPortal job configuration. Git - Fast Version Control System. Welcome to Jenkins CI!