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

learn more… | top users | synonyms

0
votes
0answers
17 views

ant killing target, possible timeout

I have problem with Ant@Cruise Control killing my target without notice. Cruise Control config: <schedule interval="1800"> <ant buildfile="build_ppr_offline.xml" ...
1
vote
1answer
14 views

How to customize the email notifications generated by cruisecontrol.sourceforge

I'm using Redhat server as the build server and JDK 7 for my application. I have CruiseControl installed which builds and sends email notifications. Apart from the testng unit tests I have some other ...
1
vote
0answers
26 views

Cruise Control is not showing modifications

our Cruise Control is not displaying the modifications correctly. It looks like it can't retrieve the information. I havent been able to figure out why. [edit] I have found something, that looks ...
0
votes
0answers
39 views

Deploying sqlproj with cruise control

I have cruisecontrol successfully building my solution on the server (finally). However I have a .sqlproj file inside the solution which I would like to deploy to my database (as it does on my test ...
1
vote
1answer
44 views

How to do hourly build in CruiseControl

I need to trigger a build every 6 hours. How to do that in cruise control? The timebuild tag just allows me to trigger the build at a particular time.
0
votes
0answers
13 views

Need to update xml files before build takes place in Cruise Control

I Need to deploy war files of one project in two different machines (DEV & TEST) using Cruise control. My project contains some xml files which are using IP address for DB connection and in xml ...
0
votes
0answers
41 views

CruiseControl.NET FORCE BUILD button not displayed

running CruiseControl and CCTray 1.8.3.0 If I reight click on my projects in CCTray I get the Force Build option as menu item 1. Force Build works sucessfully on all projects. However in the ...
0
votes
1answer
29 views

Cruise Control batch file build never completes

I am using cruise control to trigger a batch deploy script and currently the file executes perfectly BUT cruise control does not see the script end. It just keeps spinning (building) and this goes on ...
1
vote
0answers
38 views

Global Error Reporting for CruiseControl.NET?

I work for a very large organization. We have over 500 builds on our CI server with thousands of components, generating ridiculously large log files. As someone who has to manage failures, I find it ...
0
votes
0answers
10 views

Cruisecontrol- how to trigger build as soon as defect is moved to fixed or closed state

I was wondering if there is any way to trigger build as soon as defect is moved to fixed or closed state. I am using ANT as build tool and AccuRev as version control tool
0
votes
3answers
88 views

CruiseControl.Net Build Exception

Need help with the following exception we got from our build server. I built fine one minute then all of a sudden we got this exception message. We haven't changed anything on the build server but we ...
0
votes
1answer
58 views

Cruise Control .NET web dashboard not loading CSS properly

I am having trouble figuring out why my cruise control .net web dashboard is showing up all screwed up(see image). It seems like it can't load all the style sheets properly.
0
votes
0answers
212 views

INTERNAL ERROR: Item has already been added. Key in dictionary: 'tmp' Key being added: 'tmp'

For the last couple years I have been using the Cruise Control .NET continuous integration server, and it has worked well. Recently, I have started receiving this error after starting WebDashboard. ...
1
vote
0answers
9 views

Retrieval of Deleted Build from camelot

After triggering the build on CruiseControl, the build got tagged in one of the directory of camelot server, but then it was accidentally deleted from the filezilla which was connected to camelot ...
0
votes
0answers
31 views

cruisecontrol java API

Is there a java API for cruise control? I tried to google for APIs if available but could not find any. What I am trying to do: Run a java program on my local machine that connect to my cruise ...
0
votes
0answers
73 views

CruiseControl MSBuildTask Failing

I am trying to get CruiseControl to build an asp.net web site project and copy it to a new directory where we allow people to access it to preview the latest committed changes. Here is the config: ...
0
votes
0answers
52 views

Exception in CruiseControl : Error on line -1 Premature end of file

I am a beginner of CruiseControl. I build the environment of CruiseControl. and the demo "connectfour" is perfect. but my project named "cc" has something wrong. I click the Metrics tab, the link just ...
0
votes
0answers
61 views

CruiseControl Build system for android

I want to generate android builds at specific time duration automatically. I have heard about Cruise control and tried to build using build.xml and cruise control. but not getting success in creating ...
0
votes
0answers
10 views

how to install cruisecontroll 2.6 on win7

I am trying to install cruisecontrol 2.6 on my WIN 7 IIS7.5. I can install the cruisecontrol windows service and service started correctly but I do not see any website for dashboard deployed to my ...
1
vote
0answers
57 views

Does CruiseControl support Maven3?

Im doing some research in order to find out what the best continuous integration server is. For that i would like to know (like the title says): Does CruiseControl support Maven3? At the main-page ...
1
vote
0answers
147 views

plink: unknown option “-q” error in Cruise Control

I am getting the following error on configuring project on cruise control Error Log plink: unknown option "-q" svn: E210002: Unable to connect to a repository at URL ...
2
votes
0answers
38 views

CruiseControl unable to recognize modifications for Mercurial repository

I am trying to implement a continuous build stack, and decided to use CruiseControl with Ant. However, it seems that CruiseControl is having problem picking up the changes from my Mercurial directory. ...
0
votes
1answer
47 views

Is there a queue manager for CruiseControl.NET?

Let's say I have three projects: <project name="Foo" queue="Q1" queuePriority="1">...</project> <project name="Bar" queue="Q1" queuePriority="1">...</project> ...
0
votes
1answer
24 views

Different Values for RequestSource in Service/Commandline

I have a CruiseControl Project Setup with two different Triggers for a SVN Triggered Build and a nightly Build. <triggers> <scheduleTrigger name="Nightly Build" time="23:30" ...
1
vote
1answer
63 views

CI Server w/ Project dependency DAG

Is there any CI server (CruiseControl, Jenkins, Hudson, ...) that supports a proper DAG (Direct Acyclical Graph) of dependencies between projects? That is: Suppose you have a common library project ...
0
votes
1answer
140 views

Fitnesse - which CI automation is better for running Fitnesse tests in parallel?

we're running our CI loop with CruiseControl - and have more than a thousand of FitNesse/FitLibrary tests. It takes awhile, to say the least. Some of the tests have to run sequentially, but some can ...
0
votes
0answers
44 views

ms bulid with cruisecontrol .net in windows server 2003 for VS2010 and MVC3 project

In my windows server 2003 Visual studio not installed. So while i am using cruisecontrol .net with ms build(MSBulid.exe) it producing error like Microsoft.WebApplication.Build.Tasks.Dll is not found. ...
1
vote
2answers
105 views

CruiseControl.Net Build Confirmation in CCTray

Is there a way to make CCTray popup a confirmation dialog box when I click ForceBuild for a project?
0
votes
2answers
146 views

Argument parse CruiseControl.net to NANT

Can any one help me with example to pass parameter(Eg:URL) from CruiseControl.net ccnet.config file to NANT name.build file? below is what I tried(but not succeed) **CC.net file** ...
2
votes
1answer
51 views

Can we compile SQL statements through cruise control

Can you please let us know how can we compile SQL procedures through Cruise control. These procedures will be there in clearcase.
1
vote
1answer
217 views

Pass arguments to svn when using CruiseControl.net

I would like to pass arguments to SVN while I'm using CruiseControl.net. I have the following sourcecontrol block in my ccnet.config file: <sourcecontrol type="svn" username="username" ...
0
votes
1answer
102 views

what does the error means in CruiseControl?

I was configuring the Continuous Integration Environment of a Java project, the tools i use are CruiseControl, svn and ant. first, i installed the latest JDK--JDK 1.7 second, i check the project ...
3
votes
1answer
157 views

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 % ...
0
votes
2answers
132 views

Cruise Control and Powershell

this is my first time i am using Cruise Control, so maybe i did not understand it properly. I want to start a large PowerShell script, that builds some VM Images. And it would be really cool, if i ...
2
votes
1answer
166 views

Get the CCNetBuildDate in NAnt parallel tasks

In a cruise control configuration file, I use a set of parallel tasks to call some NAnt targets. I noticed that the CC system parameters (like CCNetBuildDate) are not pushed to the NAnt scripts, while ...
1
vote
1answer
123 views

CruiseControl / phpUnderControl Artifacts issues

I have set up Git and CruiseControl, and just finished getting phpUnderControl working (a nightmare in itself as it is missing packages and all sorts). So I have all the plugins in it like phpunit ...
0
votes
0answers
89 views

Issue with running bundle install within cc.rb (using windows command line)

I have been trying to add some functionality to cruisecontrol.rb to carryout some command line tasks within the .\app\models\build.rb file. Command I am running is: system ("cd #{project} && ...
-1
votes
1answer
51 views

cruisecontrol .net windows xp Professional sp3 [closed]

Does Crusie control .net v1.6 or v1.8 support on Windows XP Professional SP3.
2
votes
1answer
421 views

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 ...
1
vote
2answers
213 views

ASP.NET Project Build Script For SVN and Cruise Control

I have a project in ASP.NET MVC 3, the solution file contains 28 projects in total. This all is in a directory which is configured with tortoise SVN to always get the latest updates from SVN. I have ...
5
votes
1answer
175 views

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 ...
0
votes
1answer
104 views

Passing Variables into Python file via CruiseControl

I have a CruiseControl project that executes a file build.py, whether it is nightly or CI. I would like to throw up some kind of flag in my build script that can determine which function to call, so I ...
1
vote
2answers
79 views

Cruise Control Supported technology

Can some body please let me know which all the programming langauages cruise control supports E,G :>.net java etc
2
votes
1answer
130 views

Cruise Control Executing Python Script

I have a project that uses a single .py file to build and zip everything. How can this be called successfully in Cruise Control? I have tried the following for a default Ant build script: <project ...
1
vote
1answer
63 views

Cruise Control: Is it possible to create new projects from new SVN projects automatically

I have just started thinking about migrating to cruise control from a personal tool. I am using SVN and I have a structure like this : svn projects project1 project2 ... projectn ...
1
vote
2answers
146 views

CruiseControl.net - running as a service on multiple build machines

I have a Cruise Control (v1.5.726) install with various projects being built on several machines. Each machine builds whatever projects it is configured to run, and if the build is sucessful a copy ...
0
votes
0answers
91 views

phpUnderControl NullPointerException in Metrics-View

I'm implementing a CI solution for the company I'm working at and just installed the latest Version of CruiseControl with phpUnderControl on a Ubuntu 10.04 Server. So far it works fine with the ...
0
votes
1answer
626 views

package javax.servlet does not exist in cruise control with Java and GWT

I am working on Cruise control. I am getting following exception: [javac] /root/CruiseControl/cruisecontrol-bin-2.8.4/checkout/Demo/src/com/Project Name/server/guice/BootstrapListener.java:7: ...
0
votes
0answers
126 views

issues while running Cruise Control with Java and GWT web application

I am working on cruise control with Java & GWT web application.I run cruise control using ./cruisecontrol.sh. I am using Hibernate. I have used all Hibernate Jars, but I am getting following ...
0
votes
0answers
86 views

build keeps failing in cruisecontrol

we have SVN CruiseControl(CC) that had been configured in the linux machine. We have been using this server for a long time up to this date. but lately the build fails and fixes by itself or sometime ...

1 2 3 4 5 6