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
0
votes
2 answers

Apache Continuum—deploying on tomcat

I have deployed Apache continuum on my tomcat in the same way I installed archiva (detailed description). The webapp is running but there is an issue I do not come over: When I restart tomcat the configuration is gone. By searching the log files I…
philipp
  • 15,947
  • 15
  • 61
  • 106
0
votes
1 answer

Continuum: Switching from building the SVN Trunk to a Branch

We are working with Apache Continuum as a continuous integration platform and i want Continuum to start building from an SVN Branch instead of the Trunk. Did i just need to change the url in the tag of the in the Maven pom.xml ? Best regards.
Ahmed MANSOUR
  • 2,369
  • 2
  • 27
  • 35
0
votes
1 answer

Running Continumm Standalone

I have downloaded apache continuum. After that i unpacked and i typed continuun console. It´s started fine... but when i put localhost:8080/continuum in the browser the console show this error: What´s happend? jvm 1 |…
-1
votes
1 answer

build server/continuous integration tool

I am new to Build Servers/Continuous Integration, so I need a little guidance please. I need to choose a tool that meets the following requirements: Build Maven/Java, Python and C projects Run a general build script that performs all build jobs,…
Daniel Cohen
  • 301
  • 1
  • 4
  • 14
1 2 3
4