Hudson (software)
From Wikipedia, the free encyclopedia
Hudson is a continuous integration tool written in Java, and runs in a servlet container, such as Apache Tomcat or the Glassfish application server. It supports SCM tools including CVS and Subversion, and can execute Apache Ant and Apache Maven based projects, as well as arbitrary shell scripts and Windows batch commands.
Builds can be started by various means, including scheduling via a cron-like mechanism, building when other builds have completed, and by requesting a specific build URL.