You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Continuum runs at: http://vmbuild.apache.org/continuum

Continuum is installed in /opt/continuum-1.1-beta-1. It is run using the Java Service Wrapper, and is started by the system init scripts.
Maven is installed in /opt/maven-2.0.7

Continuum's data is stored in /home/continuum/data

Managing Continuum

Starting/Stopping Continuum

To stop Continuum:

sudo /etc/init.d/continuum stop

To start Continuum:

sudo /etc/init.d/continuum start

You can also use sudo /etc/init.d/continuum restart and sudo /etc/init.d/continuum status

Killing a Rogue Build

Continuum doesn't currently have native support for this, so you must shell into vmbuild.apache.org, find the java process running the build, then kill it. You should return to the Continuum web interface and confirm it has detected that it has stopped. If not, you may need to restart Continuum.

Manging Continuum Accounts

Currently, these are manually maintained. Those with access can create accounts for individuals that need to administer builds.

Currently the groups are:

  • Continuum admins (manage accounts/Continuum)
  • Project admins (edit builds)
  • Guest (view)

In the future, these accounts would hopefully be tied to an LDAP instance.

  • No labels