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

cruisecontrol show ant error message and it solve by itself

I'm seeing this error message recently, Ant Error Message: /opt/cruisecontrol/workdir/framework.xml:19: The following error occurred while executing this line: /opt/cruisecontrol/workdir/checkout/framework/source/framework.xml:103: The following…
newbie.my
  • 341
  • 2
  • 3
  • 13
0
votes
1 answer

How to retrieve information of people who committed code into SVN repository?

Am actually planning to retrieve user-ids of people who committed code recently into SVN repository. This would help me in sending an email to all such users who recently committed code in case if the build fails. We are using CruiseControl for…
user1244546
  • 79
  • 1
  • 9
-1
votes
1 answer

Cruisecontrol not seeing a failed batch job

I am trying to setup cruisecontrol to call a series of batch jobs, one calling the other sequentially. One batch script calls the other by the below syntax: call nextbat %1 Problem is that I noticed that even if the call fails due to the next…
Saurabh Kumar
  • 2,329
  • 6
  • 32
  • 52
-1
votes
1 answer

CruiseControl installation on FreeBSD

So, can you tell me or give article about CruiseControl installation on FreeBSD?
Clark
  • 2,083
  • 6
  • 32
  • 47
-1
votes
3 answers

Migrating cruisecontrol to jenkins

I want to migrate My jobs from cruisecontrol to Jenkins. What are the steps that I need to do to achieve this ?
Anawat
  • 11
  • 2
-2
votes
1 answer

java.lang.ClassNotFoundException: org.apache.jsp.logAdaptor_jsp

I'm trying to build my jar on Weblogic 10.3.6 but I'm getting this error: java.lang.ClassNotFoundException: org.apache.jsp.logAdaptor_jsp at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at…
lesstalkmorecode
  • 157
  • 1
  • 3
  • 15
1 2 3
20
21