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
1
vote
1 answer

How to control a track using a volume slider?

I'm using this volume slider: // HTML/CSS/JS Volume slider inspired by the Vimeo player $(document).ready(function () { var $input = $('#sliderInput'), steps = $input.attr('data-steps'); defValue = $input.attr('value'), …
1
vote
2 answers

dataformat for multiple lines in bokehjs

I am using just the BokehJS part of Bokeh since i am building a more production oriented system. Unfortunately it seems that the actual BokehJS part of Bokeh is not documented that much, which makes it difficult to find the needed information, such…
1
vote
2 answers

How to use Continuum to build from multiple branches

I've got a project which is built using Maven and Continuum. We've got several release branches, most of which are in retirement but any could conceivably be resurrected if an issue comes up. My problem is that adding branches to Continuum is very…
Andrew Aylett
  • 39,182
  • 5
  • 68
  • 95
1
vote
4 answers

Continuum finding dependencies and building on chain-dependent projects

I am the Configuration manager for an IT firm. Currently we are using anthill build management server for all our build related purposes. We are looking to implement Continuous Integration in our development life cycle. Currently the building…
Suraj
0
votes
1 answer

In Continuum, how are the risky and high risk files calculated and included in "risk" metrics?

Continuum has the notion of being able to show Risk for a package manifest and as a high roll up metric for a version of a package that is in flight. How are the risky files calculated, how are the high risk files calculated, and how are the risk…
TheDevOpsGuru
  • 1,570
  • 5
  • 21
  • 36
0
votes
1 answer

Download Snapshot File with Maven from a remote repository

I created a J2EE application. I used continuum to deploy it on a remote repository. Now i want to automatically download the latest SNAPSHOT war file from this remote repository to my local TOMCAT_HOME/webapps. I tried many ideas but no one works. I…
Khalifa
  • 315
  • 3
  • 9
0
votes
1 answer

Cron not working properly in Continuum Environment

I configured a Cron Expression in Continuum Environment.It works fine but suddenly now it stopped working runs at 9 am EDT every day 0 0 9 ? * *
Kalyan Raju
  • 611
  • 4
  • 10
  • 24
0
votes
3 answers

HTTP error while using conda for installation of any packages

CondaHTTPError: HTTP 000 CONNECTION FAILED for url onda-forge/linux-64/repodata.json> Elapsed: - An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your…
0
votes
0 answers

Smoothing without losing array length

I wish to smooth my data without the effects of transients and losing the length of the original data array. Using the following code I can obtain a smoothing with no array length loss but I get transients at the ends. import numpy as np def…
user8188120
  • 883
  • 1
  • 15
  • 30
0
votes
1 answer

Continuum for UWP application

I have some questions about Continuum on UWP application. How can I know that Continuum connect to my Windows Phone? Now I check for it's DeviceType.Mobile and UserInteractionMode Mouse. How to do mouse right click in Continuum for show flyout? For…
D.Loos
  • 119
  • 1
  • 6
0
votes
1 answer

How to find the members of a project in continuum(build coordinator -user role -adminstrator,user) programmatically?

How to find the members of a project in continuum(build coordinator -user role -adminstrator,user) programmatically? is there any specific API, which I can use? I have checked continuum-xmlrpc-client.1.4.1.jar ,continuum-xmlrpc-api-1.4.1 and…
0
votes
1 answer

How to build the project in continuum programatically using continuum-xmlrpc-client?

I am trying to build project in continuum, programmatically. I am able to add project to continuum by using continuum-xmlrpc-client.jar. When I tried the same for building the project, I got the below error. Failed to invoke method buildProject in…
0
votes
1 answer

How can I use Apache Continuum, Maven and Git (github) together?

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! First of all, how can I successfull host a Maven project on…
luizrogeriocn
  • 174
  • 1
  • 2
  • 12
0
votes
2 answers

Creating stub files for ejb in maven build tool

Team, Our project makes use of EJB, was 6.1 is our server, While deploying the code , am in need of stub files to be present in EAR (Maven Generated). Inorder to achieve this, am using was6 plug in our pom.xml
A Programmer
  • 368
  • 4
  • 7
  • 26
0
votes
1 answer

Continuum Standalone - A full JDK is required But I've verified my classpath and java_home

Trying to run Continuum in a standalone environment. After running the following: C:\Program Files\apache-continuum-1.4.1\bin>continuum console Everything is OK until I go navigate to http://localhost:8081/continuum/ Doing so I get the error:…
ist_lion
  • 3,149
  • 9
  • 43
  • 73