Does anyone know the best approach to setting up an automated build of a Windows Phone 7 solution on Windows 2003开发者_开发知识库 server?
As it currently stands, this question is not a good fit for our 开发者_StackOverflow中文版Q&A format. We expect answers to be supported by facts, references,or expertise, but this question wil
I\'ve been doing some reading about continuous integration recently and there is a scenario which could occur which I don\'t understand how to deal with appropriately.
I have created many build configurations in Hudson for a single solution (eg. Release, Debug, Test) When I commit something wrong, I receive 1 build failed e-mail for every build configuration.
I\'m just getting started with Jenkins CI, and had a question which I\'m struggling to find answers for in the docs or online.Wonder if
I want to setup a continuous integration environment with three operating systems (MacOSX, Windows and Linux). I need to build five different builds: win32bit, win64bit, lin32bit, lin64bit, and mac. F
i see options to either only archive artifacts from all builds, or only the artifacts from the last successful build. is there any way or开发者_C百科 with a plugin to say archive the artifacts from th
We\'ve got TFS 2010 set up with continuous integration - Every code checkin results in a build and a publish of the website to a dev server.
I\'m using Hudson with the maven-release-plug开发者_开发技巧in. As you may know, the maven-release-plugin builds project in 2 steps: release:prepare, then release:perform.
I\'ve searched a bit for this and tried to implement a self-made solution but so far haven\'t found to be confident with it.