Hudson

Introduction

Hudson is a continuous integration tool written in Java, which runs in a servlet container, such as Apache Tomcat or the GlassFish application server. It supports SCM tools including CVS, Subversion, Git and Clearcase and can execute Apache Ant and Apache Maven based projects, as well as arbitrary shell scripts and Windows batch commands.

Usage

Compute Systems Invocation Version(s)
FreeBSD (cheshire only) [cheshire] ~% java -jar /usr/local/share/hudson/hudson.war 1.313 (default)

Notes

  1. We've only installed hudson on cheshire, the student development web server.

People

  1. Demian Lessa, requestor.

References

  1. http://en.wikipedia.org/wiki/Hudson_%28software%29
  2. http://hudson.dev.java.net/
  3. http://wiki.hudson-ci.org/display/HUDSON/Meet+Hudson