Tagged Questions
CruiseControl is both a continuous integration tool and an extensible framework for creating a custom continuous build process.
75
votes
10answers
14k views
CruiseControl [.Net] vs TeamCity for continuous integration?
I would like to ask you which automated build environment you consider better, based on practical experience. I'm planning to do some .Net and some Java development, so I would like to have a tool ...
37
votes
6answers
10k views
Continuous Integration for Xcode projects?
After using Hudson for continuous integration with a prior project, I want to set up a continuous integration server for the iPhone projects I'm working on now. After doing some research it looks like ...
28
votes
7answers
20k views
What is the difference between Hudson and CruiseControl for Java projects?
I think the title sums it up. I just want to know why one or the other is better for continous integration builds of Java projects from Svn.
20
votes
9answers
3k views
17
votes
7answers
3k views
Choosing between Hudson and CruiseControl for the long term
My purpose is to chose between CruiseControl and Hudson as continuous integration tool for java desktop application.
I have seen lots of reading comparing Hudson and CruiseControl.
In terms of ...
11
votes
5answers
288 views
Commiting broken code to the repository for the purpose of backing it up
I was just talking to another developer (more senior than I) and trying to convince him that we should implement continuous integration via Cruise Control. He told me that this will not work because ...
9
votes
3answers
2k views
What's the difference between Phing and PHPUnderControl?
We currently use a hand-rolled setup and configuration script and a hand-rolled continuous integration script to build and deploy our application. I am looking at formalizing this somewhat with a ...
9
votes
2answers
750 views
Can you use CruiseControl to build Cocoa/Objective-C projects?
Has anyone ever set up Cruise Control to build an OS X Cocoa/Objective-C project?
If so, is there a preferred flavor of CruiseControl (CruiseControl.rb or just regular CruiseControl) that would be ...
8
votes
2answers
601 views
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 ...
8
votes
3answers
4k views
CruiseControl.NET view NUnit xml test result when Nant build file executes NUnit
I have a Nant build file which executes NUnit after compiling the dll's. I am executing the NAnt build file with a task in CruiseControl. So NAnt is running the tests not CruiseControl.
How do I ...
7
votes
5answers
2k views
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 ...
7
votes
10answers
1k views
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 ...
6
votes
3answers
229 views
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 ...
6
votes
4answers
3k views
Cruise Control and PHP projects
I'm looking for a complete solution to a automated "building" and testing of PHP application. I came across PhpUnderControl, a solution for running automated application builds created around Cruise ...
5
votes
1answer
349 views
phpunit testsuite independence
I am running a series of tests in phpunit which exist in separate testsuites, the list of which is controlled by a phpunit configuration file. When the tests are run individually (i.e. not through ...
5
votes
2answers
2k views
Cruise Control as PHPUnderControl vs. Hudson for PHP
I'm using PHPUnderControl (a Cruise Control plugin for PHP) as the CI server for PHP development. I use Ant to build my project. Main used features of PHPUC are
PHPUnit test review
PHPCS review
...
5
votes
3answers
2k views
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 ...
5
votes
5answers
413 views
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 ...
4
votes
2answers
761 views
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 ...
4
votes
3answers
2k views
How to redirect stdout stderr in an ant script?
I am triggering an ant script (via cruise control), and would like to be able to dump the std out and std err for a particular ant target to a plain text file.
Yes, I am aware that cruise control ...
4
votes
3answers
533 views
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). ...
4
votes
5answers
3k views
“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++ ...
4
votes
2answers
438 views
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 ...
3
votes
5answers
112 views
Continous 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
...
3
votes
1answer
298 views
Find Git branch name in post-update hook
I'm executing a programme to alert CruiseControl each time an update is sent to our remote repository. I'm using a Git post-update hook for this.
It would be great if I could find out which branch ...
3
votes
1answer
96 views
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 ...
3
votes
1answer
222 views
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 ...
3
votes
3answers
105 views
Cruisecontrol and cc.net gone?
Just in the process of moving part of our build server and found that all the documentation at thoughtworks.com has gone.
Anyone know if this is permanent or temporary?
3
votes
1answer
2k views
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 that examples also im not able to figure out where the actual problem is ...
3
votes
2answers
808 views
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 ...
3
votes
3answers
826 views
phpUnderControl and PHPUnit always failing build with code 255
I have the following build.xml file setup in phpUnderControl.
<target name="phpunit">
<exec executable="phpunit" dir="${basedir}/httpdocs" failonerror="on">
<arg ...
3
votes
1answer
363 views
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 ...
3
votes
1answer
223 views
is there a cruise control style 'green light' taskbar monitor for tfs?
We used to have Cruise Control and have recently moved to TFS - I miss the green light letting me know everything was fine! I just missed a build failed email and got latest :(
Is there a green ...
3
votes
2answers
500 views
CruiseControl: How to read logs from exec task
I start an external groovy script via cruisecontrol, which basically works. My problem is that if the groovy script fails I only get the "error string found" in my cruise webapp and email; its even ...
3
votes
2answers
2k views
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 ...
3
votes
2answers
1k views
Cruisecontrol SVN proxy issue
When cruisecontrol start an svnbootstrapper an exception is logged in the cruisecontrol log file.
2009-07-07 14:29:41,942 [BuildQueueThread] INFO BuildQueue - now adding to the thread queue: ...
3
votes
1answer
394 views
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 ...
3
votes
3answers
3k views
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 ...
3
votes
3answers
2k views
Handling svn locks / cleanup when using CruiseControl .NET and Subversion
I am using CruiseControl .NET with the Subversion source control plugin to automatically build our project.
Some of the projects are automatically checking for modifications, but occasionally the ...
3
votes
2answers
1k views
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 ...
3
votes
7answers
1k views
Is there an easy way to get Apache Tomcat to reboot automatically after a deployment?
Our project uses Cruise Control to both build and hot deploy a web application to a remote server (via FTP) running Tomcat in the form of a .war file. Unfortunately, "hot" deploys don't appear to ...
2
votes
1answer
48 views
Set environment variable in Cruisecontrol
How can I set environment variable in Cruisecontrol?
If I try to do it like this:
<exec command="set PATH="
workingdir="d:\AppLiteNew\Projects\"
args = ...
2
votes
2answers
34 views
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 ...
2
votes
2answers
72 views
Subversion: Automatically find newest stable branch on a build server
The subversion repository layout follows the /trunk /branches/... pattern, so we have:
/trunk
/branches/stable-20100716
/branches/stable-20111231
/branches/stable-20110401
/branches/specialversion
...
2
votes
0answers
20 views
cctray reports build successful when cruise control cant reach souce 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 ...
2
votes
7answers
493 views
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 ...
2
votes
1answer
260 views
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 ...
2
votes
0answers
207 views
How to configure CruiseControl.Net for Windows Authentication?
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 ...
2
votes
3answers
826 views
CruiseControl.NET - Project Does Not Exist
I have CruiseControl.NET setup on a server. I had everything working perfectly. Everything meaning, pull the code from SVN, build it, upon successful build, kick off a project setup with a project ...
2
votes
1answer
73 views
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 ...