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

Compare with Current View Page History

« Previous Version 4 Next »

This is the new Continuum User's wiki, a wiki for user-contributed documentation.

There is still some content over at the old user's wiki.

What is Continuum?

Continuum is a continuous integration (CI) server that will ensure the health of your code base. It is an Apache top-level project.

What is Continuous Integration?

The term "continuous integration" refers to a process that builds and tests code on a frequent, regular basis. Many continuous integration systems monitor a source repository at regular intervals and trigger an "integration" every time someone commits a change. An "integration" can be anything from compiling and testing a single project to the assembly and testing of a deliverable from multiple dependent projects. Among the benefits of continuous integration are the immediate identification of defects and the ability to guarantee that a project's build will succeed at any point in the development cycle.

An in-depth description of continuous integration is beyond the scope of this FAQ. A much more detailed explanation of the concept can be found at the resources listed below:

What is the Status of Continuum?

<<TBD>>

type key summary assignee reporter priority status resolution created updated due

Data cannot be retrieved due to an unexpected error.

View these issues in Jira

Error rendering macro 'jiraissues'

Macro params are invalid

What is the roadmap for Continuum Development look like?

The Development Roadmap contains basic information as to where continuum is heading development wise.

How can I help?

First off, download one of the SNAPSHOT releases and take it for a spin. If you want the latest and greatest, checkout the source from svn and get running the latest and greatest. Find things that think are broken or not working the way you think they should and dig into the source and fix them, submit patches and hang around on irc and tell us what you did.

Where do I go to talk to the people behind continuum?

Mailing Lists

Continuum has 3 primary mailing lists, a users list for user questions, a dev list for discussions regarding developing continuum, and a commits list which you can join to follow along on the development. You can register for any or all of these lists on the following page.

http://maven.apache.org/continuum/mail-lists.html

IRC

Lots of discussion and help can be found on the irc channel as well, its populated by both developers and is a great source of information.

Server: irc.codehaus.org
Channel: #continuum

Where can I find design documents and things of that ilk?

All documents pertaining to the current and future design of different components of continuum are either in the mailing list archives or ideally captured in the Design Document Repository broken down by version in this wiki.

  • No labels