Questions tagged [continuum]

Apache Continuum is an enterprise-ready continuous integration server with features such as automated builds, release management, role-based security, and integration with popular build tools and source control management systems. Whether you have a centralized build team or want to put control of releases in the hands of developers, Continuum can help you improve quality and maintain a consistent build environment.

Apache Continuum is an enterprise-ready continuous integration server with features such as automated builds, release management, role-based security, and integration with popular build tools and source control management systems. Whether you have a centralized build team or want to put control of releases in the hands of developers, Continuum can help you improve quality and maintain a consistent build environment.

Features:

  • Easy installation : Download the standalone application and run it or deploy the Continuum WAR in your servlet container. Read more
  • Easy configuration : Project's builds are auto-configured but they can be configured easily with the web interface.
  • SCM support : CVS, Subversion, Git, Clearcase, Perforce, Starteam, Visual Source Safe, CM Synergy, Bazaar, Mercurial are supported.
  • Change set support : For each build result, Continuum prints all SCM changes (commit authors, commit logs, modified files).
  • Build notification : Mail, Jabber and Google Talk, MSN, IRC, report deployment with wagon.
  • Build tool support : Maven, Ant and shell build types are supported.
  • External integration : External tools can interact with Continuum via XMLRPC API. Read more
  • Build type : Manual, scheduled and push (via xmlrpc) are supported.
  • Build template : Users can define default build templates to use by project type.
  • Build queue : Users can view all projects in the queue and even interrupt active builds.
  • Distributed builds : Projects can be distributed to remote hosts using build agents.
  • Parallel builds : Projects can be built concurrently using multiple build queues.

Official Website: http://continuum.apache.org/

Useful Links:

49 questions
2
votes
1 answer

How do I rerun Activities in Continuum when there is a network failure?

I have an activity in Continuum that points to some automated tests that sometimes fail. The failures are usually network related, and not related to an actual problem. So in this cases, I'd love to be able to automatically rerun (or at least rerun…
TheDevOpsGuru
  • 1,570
  • 5
  • 21
  • 36
2
votes
2 answers

XML-RPC and Continuum from Python / Perl

Has anyone had any success with getting data via Xml-rpc using Python or Perl...? I'm using the continuum.py library: #!/usr/bin/env python from continuum import * c = Continuum( "http://localhost:8080/continuum/xmlrpc" ) or: #!/usr/bin/perl use…
Joel B
  • 31
  • 3
2
votes
1 answer

Move Wakari Notebooks to another directory

I cannot find an option to move notebooks from the home directory do other directories in wakari. I have a bunch of notebook as mini-examples i created, and now i want to categorize them into directories i created. Is there a way? I do not want to…
www.pieronigro.de
  • 840
  • 2
  • 12
  • 30
2
votes
0 answers

Integrate Continuum, Maven and Git (github)

I've been trying to solve this problem for a while now and still can't make this integration happen. I'm probabilly missing something really simple here and got confused along the way! What I'm trying to do is: 1 - Host the project on github. 2 -…
luizrogeriocn
  • 174
  • 1
  • 2
  • 12
2
votes
1 answer

Configure continuum 1.2.3 with maven2 project; "Username isn't defined."

I use continuum 1.2.3 to build maven projects. On a fresh continuum installation, I added a pom by upload. I try to build, and get the following error: Exception: Exception while executing SCM command. My SCM URL looks like this: (replaced domain…
Synox
  • 1,148
  • 2
  • 17
  • 38
1
vote
1 answer

Most suitable contious integration system for doing automatic build and deployments to jboss EAP 5.0

We use Apache Continuum for our continous builds now and it FTP's the build and uses maven deploy/undeploy to do our builds. This has been flaky and stopped working once we upgraded to Jboss EAP 5.0 from Jboss 4.3. We are investigating the issue and…
chinto
  • 1,486
  • 17
  • 27
1
vote
2 answers

Deploying to OC4j: Unable to find/read file META-INF/application.xml

Continuum build server deploys to my oc4j instance I get the following error it seems every other build. 09/03/10 13:47:49 Notification ==>Operation failed with error: Unable to find/read file META-INF/application.xml in…
Rob Reel
1
vote
1 answer

How can I set up multiple Continuum servers to share a log file directory on NFS?

We have two Continuum server setup in a HA configuration and want to share log data between them using a shared NFS directory. How can we configure the two Continuum servers to both read and write log data to the NFS location?
ekulnivek
  • 50
  • 4
1
vote
1 answer

Run Continuum in the cloud and trigger CI jobs in our on-premise CI server without changing the firewall

We want to host Continuum in AWS, but run build jobs in our on-premise Jenkins server without opening a port in the firewall for Continuum to talk to Jenkins. Is there a way to do this?
1
vote
1 answer

Can't Login on backup Continuum server, but can on main server?

I have a Continuum instance with a MongoDB replica set that has been running fine for a couple months now. Today I tried to install a second instance of Continuum and point it to the same replica set. Continuum installed correctly, everything seems…
ekulnivek
  • 50
  • 4
1
vote
1 answer

How to Uninstall Continuum

I'm trying to uninstall Continuum on my local machine and reinstall, but it keeps saying that it's doing an upgrade instead of an install. I removed the /etc/continuum, /var/continuum, and /opt/continuum directories. What am I missing when…
1
vote
1 answer

Hudson/Jenkins vs Cruise Control vs Luntbuild vs Continuum

I am searching a suitable Continuous Integration tool. We have Java and Java EE projects. Some of the projects are Maven projects We use Subversion/SVN Some of the projects have many modules I searched a little and found these tools as…
Kayser
  • 6,544
  • 19
  • 53
  • 86
1
vote
1 answer

Using autoload_static with a Holoviews figure?

Bokeh offers a way to embed interactive plots: https://docs.bokeh.org/en/latest/docs/user_guide/embed.html Especially, if one uses the autoload_static function, it is possible to export a self-contained javascript file of the results. However, most…
Carmellose
  • 4,815
  • 10
  • 38
  • 56
1
vote
1 answer

Include all my python libraries to the exe generated by py2exe

I want to include all python libraries and dependencies that my python.exe uses to compile and run my programm on my computer, into the exe Generated by py2exe, I want that because py2exe **.exe* generated is still returning errors and aborts, Thank…
belkacem mekakleb
  • 584
  • 2
  • 7
  • 22
1
vote
1 answer

Dealing with huge amounts of data in continuum percolation

For a group project I'm currently part of, we have to simulate the following: Take a square with side length n. Distribute some amount of unit disks uniformly over the square. Find the number of disks required until there is a connected component of…
Hufsa
  • 13
  • 2