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
17
votes
6 answers

Maven release:prepare : Cannot prepare the release because you have local modifications

I'm facing a problem with continuum's release:prepare phase which fails in scm-check-modifications step with error : [ERROR] org.apache.maven.shared.release.ReleaseFailureException: Cannot prepare the release because you have local modifications…
Ahmed MANSOUR
  • 2,369
  • 2
  • 27
  • 35
8
votes
1 answer

Continuum as a Jenkins replacement?

At our company we're taking a critical look at the products in our Java Development/QA street. One of the products we're looking at is Apache Continuum. Could someone with Continuum experience (and preferably also Jenkins experience) explain what…
Dennis Laumen
  • 3,163
  • 2
  • 21
  • 24
8
votes
3 answers

Best practice: Versioning and releases in multiprojects

What is the best practice for versioning and release management in the following case with multiprojects? Project structure global parent parent project (Version: 1.0-SNAPSHOT) child project 1 (same like parent) child project 2 (same like…
Rene Herget
  • 1,506
  • 13
  • 28
5
votes
1 answer

Pygal subplot (several figures)

I want to create a dashboard using Pygal on python 2.7 (Several plots in the same window) but the later doesn't have the subplot function, Is there a solution, without using bokeh or plotly? Example on Matplotlib: fig, axes = plt.subplots(ncols=4,…
belkacem mekakleb
  • 584
  • 2
  • 7
  • 22
5
votes
2 answers

What are the options for release management using Jenkins

I'm evaluating build engines like Jenkins and Apache Continuum. The bulk of our build is using Maven. What options are there in Jenkins for release management? By release management I mean the process of creating a release from a branch in source…
4
votes
2 answers

How can I setup Continuum to build on svn commits?

I had never tried Continuum as a build server until recently when a project required it. I appreciate the integration with Maven builds however I have been unable to find a way to have Continuum build my projects on every Subversion commit (like…
Benjamin Lee
  • 1,160
  • 3
  • 13
  • 18
4
votes
1 answer

Moving from Anaconda 2 to Anaconda 3 and Virtual Environments

I have Anaconda 2 installed on Mac OS Sierra (10.12.2). I would like to: a) Move from Anaconda 2 to Anaconda 3. I know it can be done through virtual environments created via conda, but I'm not interested in that as I'd like for Anaconda/Python 3.5…
L. Ramirez
  • 41
  • 1
  • 3
4
votes
2 answers

Easiest way to run simple loops (that work on different data) over multiple cpu cores in python?

I am computing some data for every year that is relatively computationally intensive. I have used numba (to great effect) to reduce the time taken to run iterations to compute the data. However given I have 20 years of independent data, I would like…
sanguineturtle
  • 1,425
  • 2
  • 15
  • 29
3
votes
2 answers

How can i use SVN as Maven Repository

I am working on project which has multiple dependencies. Most of the dependencies are available at our centralized maven repository. My project includes some JARs which only specific to my application and unavailable at our Maven repo. Due to some…
pradeep
  • 61
  • 2
  • 4
3
votes
1 answer

How to restrict anaconda from upgrading the module being installed if its a higher level dependency

I'm trying to use continuum io anaconda packing system to package python-2.7.10 with other dependent modules for our environment. I want to automate the pack distribution to simply be a single installation of python with the modules we require. The…
Grant Zukel
  • 1,153
  • 2
  • 24
  • 48
3
votes
1 answer

Maven Cargo configuring a Glassfish 2.1 instance to run integration-tests?

I was wondering whether it is possible to use Maven2 to automatically configure a Glassfish 2.1 with JNDI Resources, Datasources and Mail-Sessions for my integration tests. Also I wonder whether it is possible to create some sort of benchmarks that…
cdecker
  • 4,515
  • 8
  • 46
  • 75
2
votes
1 answer

Which Continuum APIs can be used to track artifacts, packages and releases?

The continuum product has a number of built in UI plugins to allow a team to track a set of stories and defects from commit to production, is there a way to do this work through the API to help it integrate with a pipeline that already exists in…
TheDevOpsGuru
  • 1,570
  • 5
  • 21
  • 36
2
votes
1 answer

What logs are important to monitor in splunk for Continuum

I am setting up splunk to monitor continuum and its logs, which log files of continuum would be important to monitor?
TheDevOpsGuru
  • 1,570
  • 5
  • 21
  • 36
2
votes
1 answer

How do I configure teams in continuum?

When I try to configure a new team in Continuum, I am unable to add assets (other than users) to that team. For example: my new team name is V1Kings, I've added the team, added a new user to this team thedevopsguru and created a new project. When…
TheDevOpsGuru
  • 1,570
  • 5
  • 21
  • 36
2
votes
1 answer

VersionOne Continuum Task error with WinRM/Powershell command

We currently have an issue where we are deploying a project from the package in continuum. My task converts all the package details into a json object and it sends the object through WinRM to the PowerShell script. This is working for all our…
chad_r
  • 23
  • 2
1
2 3 4