I am loooking for a javascript unittesing framework and trying to decide if I should go with JSunit or not. My goal is to have the unittests run with my CI, possibly using a JSunit server that is runn
I find that I am always tuning and tweaking our CI setup as we add new projec开发者_Python百科ts.While there is NO question that the benefits are awesome for existing code that seldom changes, new pro
I am going to create integration tests for my applicat开发者_运维技巧ion. I want that my integration tests will be executed not in production DB. I want that before test execution begin, my continues
Buildbots Periodic scheduler trigge开发者_如何学Gors builds at fixed intervals (e.g. every 30 minutes). But there are certain times (e.g. at night, during the weekend or while regular maintenance is p
I\'m trying to create a CI process for SQL Server Reporting Services. I am fairly new to TFS but quite experienced with MSBuild.In the past I\'ve used a combination of MSBuild with Team City so the wh
Our technology set includes java, python, and r开发者_C百科uby code (no, we\'re not google ;-) ).
I am trying to use Bamboo\'s remote API to extract some statistics. It looks like it doesn\'t support extensive reporting. All I got was a way to get the most recent builds. What I need is开发者_运维问
I would like to zip a bunch of files (.exe and .dll) before I overwrite them with the new build.Is there a simple way to zip files without using some sort of dll?
In previous msbuild we used the target \'_CopyWebApplication\' in order to build and convert the source of a project into a published site, this worked OK, but wasn\'t ideal.
I have some C++ projects running through cruisecontrol.net.As a part of the build process, we compile and run Boost.Test unit test suites开发者_StackOverflow社区.I have these configured to dump XML lo