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
4
votes
2 answers

Set environment variable in Cruisecontrol

How can I set environment variable in Cruisecontrol? If I try to do it like this: it does not work, all I got…
unresolved_external
  • 1,930
  • 5
  • 30
  • 65
4
votes
1 answer

Creating ANT file for use in Eclipse and CruiseControl

I have a project in Eclipse that currently has no ANT build file, but is about to have one created (to facilitate building jars). I'd like to write the build file so that it would work for both. I was just going to write the full build in ANT but…
C. Ross
  • 31,137
  • 42
  • 147
  • 238
4
votes
0 answers

CruiseControl: Does not start - how to determine reason?

CruiseControl does not start any more (only known change was adding new memory to the machine.) Ok, it seems to start: Calling the web gui brings: HTTP ERROR: 404 NOT_FOUND RequestURI=/ Powered by jetty:// There are two exceptions in…
Heinrich
  • 408
  • 4
  • 13
4
votes
5 answers

Code freeze in SVN - Build management

Is there a better way to implement code freeze in SVN than asking all developers to not check in any new code? We have CruiseControl running, which automatically deploys the latest build to environment. So if new code comes in, the build that was…
Akshay
  • 11,803
  • 5
  • 29
  • 26
4
votes
2 answers

How can I setup Continuum to build on svn commits?

I had never tried Continuum as a build server until recently when a project required it. I appreciate the integration with Maven builds however I have been unable to find a way to have Continuum build my projects on every Subversion commit (like…
Benjamin Lee
  • 1,160
  • 3
  • 13
  • 18
4
votes
1 answer

Configure CC.NET email notification & show error log in dashboard

I'm trying to configure CC.NET to send email notifications. I have googled a lot about it and found examples also but by using those examples I'm not able to figure out where the actual problem is occuring. Below is the block of code I'm using it in…
mehul9595
  • 1,925
  • 7
  • 32
  • 55
4
votes
2 answers

Synchronizing CruiseControl projects across Linux and Windows platforms with dependencies

I have a multiple platform application set, with some applications running on Linux and some on Windows. I want to accomplish the following build: Server L runs CruiseControl with Project A, a Linux-only server application. This should build…
4
votes
2 answers

Running Xcode iPhone unit tests with Cruise Control

When using Cruise Control to build an iPhone XCode project with Unit Tests, an error of "Code Sign error: a valid provisioning profile matching the application's Identifier 'com.yourcompany.Calculator' could not be found" is generated. This isn't…
jbjon
  • 1,247
  • 1
  • 14
  • 24
4
votes
1 answer

Java code quality trending and stats (LOC, methods, etc.) trending

I've recently integrated Junit and Emma into CruiseControl (CC) so it creates nice reports per build. I'd like to see some trending graphs based on some of the info Emma gives like the coverage % numbers and the summary: OVERALL STATS SUMMARY …
Brian Pipa
  • 808
  • 9
  • 23
3
votes
2 answers

Get reference to the list of modifications from within Ant task

I'm try to develop a cruise control step which will process database migration scripts and apply them. I'd like to be able to get hold of a list of the modifications from the SourceControl (to see if any new database changes need to be…
wheel.r
  • 211
  • 1
  • 4
3
votes
2 answers

cctray reports build successful when cruise control cant reach source control repository

When the source control repository is unreachable cruise control keeps going back to check for modifications. While the latest build was successful the dashboard reports failure but cctray reports success. Is there some way I can catch this scenario…
foo
  • 1,495
  • 2
  • 11
  • 15
3
votes
1 answer

Cruise control.NET

I am just a beginner in cruise control.NET.My doubt is that is there any way by which cruise control.NET can detect changes in the local folder itself(for eg:C:/MYSource)rather than look for changes in the source control repository.I need to force…
Maddy
3
votes
1 answer

Configure Hudson to send build notifications to Mircrosoft messenger

Is it possible to configure Hudson to send build notifications to Microsoft Communicator (or Microsoft Lync) using its instant message plugin? If possible, please tell me how to do that? Thank you.
3
votes
3 answers

Using SVN with CruiseControl?

I'm trying to use CruiseControl 2.7.3, (the original), to build a Java project that is in an SVN repository. My cruise configuration is using the svn plugin for the modification set. When a modification is detected, a build is scheduled using…
Jay R.
  • 31,911
  • 17
  • 52
  • 61
3
votes
1 answer

Continuous Integration for Flex 4

My team wants to set up a continuous integration server for a flex 4 project that we are developing. I have been evaluating various options and have some questions. Really torn between Cruise Control and Hudson/Jenkins. Continuous integration…
Neo
  • 1,554
  • 2
  • 15
  • 28
1 2
3
20 21