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
2
votes
1 answer

Quick Test Pro (Regression test scripts) - Cruisecontrol.net

Any one succeeded in integrating Quick Test Pro (QTP) automated test scripts in Cruisecontrol.net. if any one have an idea to run them unattended , in a schedule task or cruisecontrol.net will be more useful.#
sundar venugopal
  • 3,080
  • 6
  • 39
  • 45
2
votes
2 answers

Sourcing a shell profile in an ant build file?

I am using cruisecontrol and ant to build some legacy executables that also depend on a shell profile to setup env vars properly. Is there a way to exec this profile using ant in the current process so the makefiles ant calls get the env vars…
chotchki
  • 4,258
  • 5
  • 34
  • 55
2
votes
1 answer

In PHPUnderControl, can I configure PHP_CodeSniffer to ignore specific directories?

I've recently been trying to set up PHPUnderControl, a Continuous Integration server based on CruisControl. Part of the checks I'd like to run is the PHP CodeSniffer (PHPCS) to detect "code smell". However, letting this run on my codebase results in…
2
votes
1 answer

Centralised Continuous Integration/Build setup Vs. Project specific build setup

What are the pros/cons of having a centralized continuous integration/build setup (in our case it will be cruise control) as opposed to project-specific setup? So far, we had a project specific setup of cruisecontrol, but now many other groups want…
Critical Skill
  • 2,528
  • 2
  • 17
  • 22
2
votes
2 answers

Running UFT scripts as part of CruiseControl CI process

I have a requirement to run all my UFT (Unified Functional Testing) scripts as part of my continuous integration (CI) process. We are using CruiseControl to implement our CI process. I can't find any information helping me configure CruiseControl to…
2
votes
3 answers

CruiseControl modificationSet fails to execute when svn points to a url

In my current CruiseControl setup I am running the following target: I do a simple checkin of a blank text file and subsequently the…
Woot4Moo
  • 23,987
  • 16
  • 94
  • 151
2
votes
1 answer

Exclude nodes based on attribute wildcard in XSL node selection

Using cruisecontrol for continuous integration, I have some annoyances with Weblogic Ant tasks and how they think that server debug information are warnings rather than debug, so are shown in my build report emails. The XML output from cruise is…
C A
  • 137
  • 1
  • 8
2
votes
6 answers

Version control server performance when using CruiseControl (StarTeam or alternatives)

We are using CruiseControl with a StarTeam server and having problems with the StarTeam server crashing. We are wondering if we are hitting the server too hard. Across 3 CruiseControl machines and a total of about 30 projects, we are logging into…
2
votes
2 answers

svn CruiseControlException - FileName.svn-base': The system cannot find the file specified.

Some how I corrupted my svn. The following is what I did: Had Checked in file "RegularUser.master". I deleted the file. Realized I needed it and recreated it with the same name. Checked it in. Received an error: …
Rafi
  • 2,433
  • 1
  • 25
  • 33
2
votes
3 answers

CruiseControl cannot get web interface to work

On a fresh installation of CruiseControl, every single time I start CruiseControl, I get the following two exceptions thrown: ontrollerAgent- Exception starting httpAdaptor java.net.BindException: Address already in use: JVM_Bind at…
bguiz
  • 27,371
  • 47
  • 154
  • 243
2
votes
1 answer

Configuring security settings in CC.NET 1.5

Below is the ccnet.config file I am having, where I am using the new security features of CC.NET 1.5. Can anybody let me know what I am doing wrong. I have two groups in a DOMAIN and I want to let one group to only view and the other group Full…
RRR
  • 575
  • 1
  • 11
  • 25
2
votes
2 answers

cruisecontrol nant parameter not being passed

I've been trying to use the param in my cruisecontrol build config file to no avail. When checking the cruisecontrol log file, whatever buildargs I try to pass are NOT passed to the call to nAnt. Here's the nant task:
Lanceomagnifico
  • 1,293
  • 15
  • 22
2
votes
1 answer

is there any way to change the location of .SER files in CruiseControl

How can I change the path where .SER files are located, in CruiseControl. Now they are stored in CC home dir and there are too many of them (we have 28 projects). Please help
yegor256
  • 102,010
  • 123
  • 446
  • 597
2
votes
3 answers

Cruisecontrol is having trouble parsing a line that ant is just fine with

I'm having trouble getting my cruisecontrol script to do something. I want to call grep on the files in my project to search for a few preprocessor defines, and place them into a list, which I can use later. This snippet works fine when I toss it…
vol
  • 1,533
  • 3
  • 13
  • 18
2
votes
1 answer

Spurious ^G (BELL) characters in JUnit log making CruiseControl barf

I have a CruiseControl build server running a large number of projects. On one of them I have recently noticed that only one of the two test suites are present in the build report (but failures in the other one still cause the build to…
Michael Borgwardt
  • 342,105
  • 78
  • 482
  • 720