Tagged Questions
The cruise tag has no wiki summary.
3
votes
1answer
229 views
A build and deployment machine with a web-based dashboard
Here is what I am trying to do: I have my code sitting on Bitbucket (it is a ASP.net web application). I want to put together a build machine that has a web-based dashboard. I go to the dashboard and ...
2
votes
3answers
527 views
Thoughtworks Cruise: Unit Testing?
I'm evaluating Cruise (NOTE! Not CruiseControl but Cruise (commercial)) for doing CI with an unmanaged MSVC++ 2008 project. I use GoogleTest framework for my unit test. I know that GTest can output ...
1
vote
0answers
26 views
CruiseControl And MSTest: Getting The Build To Fail If A Test Fails
I am trying to integrate MSTest (Visual Studio 2010 version) into Cruise Control. I can get the Test Report to show up in the Build Report, including showing tests that failed. However, even though ...
0
votes
2answers
274 views
PHPUnit Problems When Installing phpUnderControl On Windows
having problems here getting phpUnderControl running on my Windows 7 machine, been searching all over the net for answers but documentation to many of the problems is just really bad...
(a.) Cruise ...
0
votes
0answers
244 views
Problems with Git and Go Server (Cruise)
I am trying to set up a new pipeline with Go and Git.
It hangs when I try to connect to Git via the Go Server 'Add pipeline' screen, and if I try to run a job using git I get this error:
2011-01-20 ...
0
votes
1answer
198 views
How to find a dll is compiled in release mode or debug mode using Nant Script
im having third party dlls in my bin folder in addition to the dlls generated by nant script. Now i want to check whether the third party dlls are compiled in release mode or debug mode, so is there ...
-1
votes
1answer
136 views
How to make password file encrypted with SHA1
The <passwordFile> element is used to specify a file which has a set of username and password pairs. The format of username and password in this file is ${username}=${password which has been ...