Questions tagged [cruisecontrol]

CruiseControl is both a continuous integration tool and an extensible framework for creating a custom continuous build process.

In software development, CruiseControl is a Java-based framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds. It allows one to perform a continuous integration of any software development process.

CruiseControl is free, open-source software, distributed under a BSD-style license. It was originally created by employees of ThoughtWorks to allow for continuous integration on a project they were working on. It was later extracted into a stand-alone application.

There is a version of CruiseControl for .NET called CruiseControl.NET (aka CCNet) and a version for Ruby called CruiseControl.rb

Resources

Related tags

306 questions
8
votes
2 answers

Git log error in PhpUnderControl continuous integration set up

So I have set up the following for my PHP project: A Git repository with all the code. An instance of Cruisecontrol with PhpUnderControl running on top of it. I created a new project in the cruisecontrol project directory and set up a poller to…
7
votes
5 answers

subversion/cruise control/nant/nunit with visual studio projects and solutions

I work in a team of 2 developers and currently we use VSS and have no continuous integration or daily build and few Unit tests. I'm looking to change our source control to Subversion and at the same time get up and running with a more professional…
Martin Smith
  • 438,706
  • 87
  • 741
  • 845
7
votes
7 answers

Which continuous integration software do you use?

Google says there are: Jenkins ( first impression: not lightweight ) Cruise control ( first impression: not lightweight ) Bitten ( seems to be dead, last ticket >8 months old) BuildBot But BuildBot seems a bit outdated, offering no statistics, not…
math
  • 8,514
  • 10
  • 53
  • 61
7
votes
2 answers

Cruise Control service error: Cannot construct net.sourceforge.cruisecontrol.BuildLoopInformation as it does not have a no-args constructor

When attempting to run Cruise Control as a service (in this case on Windows 7, 64bit) I receive the error: com.thoughtworks.xstream.converters.ConversionException: Cannot construct net.sourceforge.cruisecontrol.BuildLoopInformation as it does not…
Mark
  • 1,639
  • 1
  • 15
  • 20
7
votes
2 answers

WATIN tests failing with TimeoutException when run from CruiseControl

We have a collection of WATIN tests we are using CruiseControl to run every hour. All the tests pass on our local machine - but when they are run using CruiseControl we get sporadic failures. We are using CruiseControl using the command line. We are…
Andrew Coats
6
votes
5 answers

Continuous Integration for stack with Visual C++ and C#

Please recommend a good continuous integration that would build and integrate with the .net stack and the visual c++ as well. Some recommendations I have got are Jenkins CruiseControl Teamcity Because of the polyglot nature of the project, which…
unj2
  • 52,135
  • 87
  • 247
  • 375
6
votes
3 answers

Differences between CruiseControl (original) and CruiseControl.NET

Are there any differences between the original CruiseControl and the .NET port? I've compared the 2, but can't find any big differences except the language it has been developed in. I want to use either one of them for (automated) testing of web…
6
votes
1 answer

CruiseControl - PHP lint check works via ANT but not through CruiseControl

So I am writing an ant buildfile which will be used within cruisecontrol and ran into a weird issue. I've Googled the problem but haven't come across any concrete solutions, so I figured I would post the question here. I have the following ant…
Mike Purcell
  • 19,847
  • 10
  • 52
  • 89
6
votes
9 answers

Which Continuous Integration library to use?

I've worked with Cruise Control as the CI framework in my last project. Any recommendations on some other tools? (Not that i found CruiseControl lacking, just wanted to know if someone did some comparisons)
Shimi Bandiel
  • 5,773
  • 3
  • 40
  • 49
5
votes
4 answers

Is it possible to use Cruise Control with VB6?

I'm working on a visual basic 6 project and I would like to use a continuous integration software ... does anyone knows if its possible to use Cruise Control with VB6 ? If not ... is there another software that would do the job ? Thanks !
João Guilherme
  • 1,371
  • 1
  • 15
  • 27
5
votes
2 answers

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. …
Andrew Johns
  • 705
  • 1
  • 6
  • 26
5
votes
5 answers

how to automate or facilitate multiplatform build/test before committing?

Our software is built on linux and windows platforms. Depending on the preference of the developer a contribution is developed and tested on either platform and then committed to our subversion repository. It then turns out that the contribution…
5
votes
1 answer

how to Implement Cruise Control with QTP?

I would like to integrate QTP with Cruise Control, which I have done so far, i'm stuck at the reporting part. I would like to somehow report back to Cruise Control with the results, how can I accomplish this? Please help?
user312046
  • 51
  • 1
5
votes
3 answers

Cruisecontrol hangs when checking SVN for modifications

Since migrating a Cruisecontrol build server to a new machine, it sometimes hangs during the "modificationset" stage of the build cycle (it is configured to check for modifications every 15 minutes). Cruisecontrol itself stays responsive, only the…
Michael Borgwardt
  • 342,105
  • 78
  • 482
  • 720
4
votes
5 answers

"CruiseControl" Automation for C++ projects?

We've got a C++ Project that currently uses Make on Linux to build. I'd like to automate it similar to a Java Project under CruiseControl. 1) Is there a project similar to CruiseControl for C++ projects? OR 2) Is there a good "how-to" on using…
Luciano
  • 1,571
  • 3
  • 17
  • 23
1
2
3
20 21