cruisecontrol

phpUnderControl and PHPUnit always failing build with code 255

Hi All, I have the following build.xml file setup in phpUnderControl. <target name="phpunit"> <exec executable="phpunit" dir="${basedir}/httpdocs" failonerror="on"> <arg line="--log-junit ${basedir}/build/logs/phpunit.xml --coverage-clover ${basedir}/build/logs/phpunit.coverage.xml --cove...

Is it possible to disable web console of CruiseControl?

Is it possible to disable web console of CruiseControl at all? I don't want it even to try to bind itself to port 8080 (or any other port). Can I do this? ...

How to configure CruiseControl.Net for Windows Authentication?

Hi, I am using CruiseControl.Net for continuous integration which is now accessing the dashboard through login plugin, which in turn is authenticating and authorizing after verifying it with a set of users saved as XML file in the CruiseControl.Net server. Now, i need to bring in Windows Authentication to the system whereby which Cruis...

Cruisecontrol actions after a successful build?

Hi All, I am using cruisecontrol (phpCruiseControl to be precise) as a CI server and have my build script running on an automated basis. Is there anyway to add tasks to the cruisecontrol config script to be actions upon a successful build? Thanks ...

What is the best way to share cruisecontrol configurations on a Linux server?

I have a team that will be using CruiseControl for continuous integration, and CC will be running on a Linux server. More than one team member may need to access the CC configuration itself: changing how tests are run, changing notification rules, etc. What is the best practice for this? My first thought was to set up a cc-users group,...

How do you get CruiseControl to work with SVN?

I don't see any clear documentation on this.... 1) Is the plugin installed already? 2) If not, where can it actually be found, how is it installed? 3) How can this be configured to handle authentication with SASL? Is there anywhere on the internets that this has actually been shown in some kind of tutorial? The google results on this...

CruiseControl Remote Dashboard Access

Sorry if this is kind of a noob question, but I'm just starting to use CruiseControl, and I'd like to allow access to the DashBoard from anywhere on the internet. I can't find any documentation on how to do this. I'm running it off of a Windows machine, and I can start CC and view the DashBoard through http://localhost:8080/ Any ideas?...

CruiseControl: jabber notification on first successful build after failed?

I want to set up jabber notifications to report only first successful build after failed, and first failed build after successful. Is it possible? ...

Continous integration build tool for CVS version control system with C++ and C# projects

Hi, I want to implement a continuous integration build system for a client. There source code is mainly c++ and .NET with a bit of JAVA. They use CVS for version control system as well as VSS for some other projects (i know, its old fashioned.. but hey they are not ready to make the change.) So i would like to know what your thought...

CruiseControl Themes

Does anyone know where to find CruiseControl themes? ...

VirtualBox Ubuntu LAMP Stack development, with SVN and CruiseControl/phpUnderControl?

I've got a Windows 7 machine upon which I do both PHP/MySql Dev, and .NET/C#/Sql Server coding. Due to a recent re-install, I thought it might be an ideal time to try and keep my machine a bit cleaner rather than install both Apache and IIS, etc. I installed VirtualBox, with Ubuntu 10.04 as the guest OS, with the plan to move my PHP ...

how to configure CruiseControl for two separate builds?

I'm trying to configure CruiseControl to build the project on every modification of source code and every day at 3:00am. This is what I've done so far in project.xml (and it doesn't work, daily builds are not done): ... <schedule interval="120"> <maven2 … /> <maven2 … time="0300"/> </schedule> ... What am I doing wrong? ...

Cruisecontrol(orignal) can't not run program "svn" (in directory ....)

I instal CruiseControl 2.8.3 ,svn, and use config.xml: when i run cruisecontrol.bat in command everything go ok. but i run cc as nt service give me error : Caused by: java.io.IOException: Cannot run program "svn" (in directory "projects/xxxx"): CreateProcess error=2, ????????? ...

CruiseControl access restriction: how?

I am currently testing CruiseControl + phpUnderControl for our PHP CI process and am stuck with a fairly simple question: is it possible to somehow restrict access to the web interface? I cannot seem to find anything indicating this is possible, but I am probably overlooking something. ...

[PHPUnderControl] Failed to Open New Project

Hi there, I have started running PHPUnderControl and followed this tutorial to get start it. I managed to run phpundercontrol locally but when I try to access my_project which I made it myself, giving me the following error: HTTP ERROR: 500 cruisecontrol-bin-2.8.2/webapps/cruisecontrol/WEB-INF/work/Jetty_0_0_0_0_8080_cruisecontro...

cruise control htmlemail plugin send image?

can i add image to cruise control htmlemail plugin? I want to send some image to all cruise control users when they get email. is this possible? ...

Need CruiseControl modification set in custom ant task

Is there any way to pass the CruiseControl modification set to a custom ant task? My setup: I have a CruiseControl (the original one, not CC.NET or suchlike) instance that monitors a SVN repository of binary packages waiting to be tested. Whenever a new binary package appears, this package should be sent to another "test host" to test i...

MSTest not being executed when run by Cruisecontrol schedule

Some background: Im trying to implement the integration of Cruisecontrol (2.8.4), MSBuild and MSTest on my current project (.Net 4.0 and VS 2010). I'm using MSBuild to build my solution and added a MSTest as AfterBuild Target into my .csproj files to run my unit tests: <Target Name="AfterBuild" DependsOnTargets="GetTestAssemblies" > <...

Does Cruisecontrol need special account rights?

In my cruisecontrol build procedure (msbuild) I'm writing to a logfile. This is the error message that gets displayed MSBUILD : Logger error MSB4104: Failed to write to log file "C:\CruiseControl\projects\Framework\Output\Build". Access to the path 'C:\CruiseControl\projects\Framework\Output\Build' is denied. Do anyone know what ri...

How to integrate MSTest And MSBuild results in Cruisecontrol (v2.8.4)

How do you integrate MSTest and MSBuild results into specifically CruiseControl 2.8.4. I've read documentation online, but it seems to be outdated and not in line with how the later versions of cruisecontrol work. Any suggestions? ...