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

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 run in parallel (most of them). Does anyone have a…
Oleg Ivanov
  • 181
  • 1
  • 1
  • 12
0
votes
2 answers

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**
Leo
  • 399
  • 4
  • 6
0
votes
1 answer

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 code to the projects folder, then i start the CC, i…
Y.L.
  • 1,274
  • 6
  • 23
  • 39
0
votes
1 answer

Can I set 2 tasks to share the same build status in CruiseControl.NET?

I have 2 tasks in my CruiseControl settings that work on the same build: Build MyProg Rebuild MyProg It's a C++ thing, occaisionally a rebuild (clean and build) is needed to clean up linking errors. I would like the 2 tasks to share the same…
Greg Malcolm
  • 3,238
  • 4
  • 23
  • 24
0
votes
1 answer

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 don't have to have two .py files that do…
0
votes
1 answer

Need Help In configuring CruiseControl for Java Projects

I am new to Crusie control. I have java projects that should be automated. So could anyone please let me know how to configure CC for java projects. Any kind of information regarding this is appreciatable. Thank you, Gang.
user98826
  • 233
  • 1
  • 2
  • 4
0
votes
1 answer

Cygwin Cruisecontrol cannot execute commands

I'm having what I hope to be a simple problem. However, it's had me stumped all day. I'm working with cruisecontrol in windows, being set up through Cygwin. I have some CC experience in the linux platform and much of what I'm doing is very…
None
0
votes
1 answer

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: cannot access javax.servlet.ServletContextListener …
dhananjay
  • 321
  • 2
  • 11
  • 20
0
votes
0 answers

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 exception: INFO ScriptRunner - [echo] Project…
dhananjay
  • 321
  • 2
  • 11
  • 20
0
votes
1 answer

Why is cruisecontrol restarting in the middle of a build?

We've been having problems with cruisecontrol running long builds on virtual test machines. The log indicates cruisecontrol is restarting during the build. This is what the cruisecontrol.log shows. ... 2012-05-17 08:09:30,719 [Thread-30] INFO …
Adam Bruss
  • 1,654
  • 14
  • 18
0
votes
2 answers

Conditional block is not working in cruise control

I am using following code in my ccnet.config file ${Target1} D:\QAT_Publish equal
Pavan Tiwari
  • 3,077
  • 3
  • 31
  • 71
0
votes
1 answer

Conditional Parameters

Is there any way to use conditional parameters in cruise control .net. I want if user select from select parameter(Dropdown) Dev then i will show two text box if test then one text box, depending upon condition. Please give me any idea
Pavan Tiwari
  • 3,077
  • 3
  • 31
  • 71
0
votes
1 answer

CruiseControlException: Unknown plugin for:

I'm trying to set up some group email notifications in Cruise Control, and I have been following the pattern of many examples I've found:
mag382
  • 736
  • 1
  • 6
  • 12
0
votes
1 answer

passing option to ant in cruisecontrol

I have following code in config.xml file: And when I execute build through it, I…
unresolved_external
  • 1,930
  • 5
  • 30
  • 65
0
votes
1 answer

MSBuild output in a runtime created directory same as my build label version number

I am using Cruisecontrol for continuous integration. I am getting code from TFS, and using CruiseControl built in labeller "assemblyversionlabeller", and then building the code using msbuild. Now my requirement is I want to take build output to a…
agnikhil82
  • 25
  • 1
  • 6
1 2 3
20
21