Apache 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.

Working Directory*: /tmp/apache-continuum-1.4.2/data/working-directory
Build Output Directory*: /tmp/apache-continuum-1.4.2/data/build-output-directory        
Release Output Directory: /tmp/apache-continuum-1.4.2/data/release-output-directory
Deployment Repository Directory: /tmp/apache-continuum-1.4.2/data/deployment-repository-directory
Base URL*: http://localhost:8080/continuum
Number of Allowed Builds in Parallel: 1

Maven project

Link: http://localhost:8080/continuum/addMavenTwoProjectInput.action

Add to pom.xml

  <scm>
    <url>https://github.com/vborrego/jdbc-code-gen </url>
    <connection>scm:git:git://github.com/vborrego/jdbc-code-gen.git</connection>
  </scm>

Goto http://localhost:8080/continuum/groupSummary.action and click on Build All Projects

Schedule

Goto http://localhost:8080/continuum/schedules.action

On the schedule for the project change to hourly build.

ApacheContinuum (last edited 2015-04-22 22:25:24 by 27)