*** Welcome to piglix ***

Hudson (software)

Hudson
Hudson Screenshot.png
Demonstration of Hudson running in browser
Initial release 1.0 7 February 2005 (2005-02-07)
Stable release
3.3.3 / February 15, 2016 (2016-02-15)
Repository git.eclipse.org/c/hudson/org.eclipse.hudson.core.git
Written in Java
Operating system Cross-platform
Type Continuous integration
License Eclipse Public License
Website hudson-ci.org
As of January 15, 2015 (2015-01-15)

Hudson is a continuous integration (CI) 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, Perforce, Clearcase and RTC, and can execute Apache Ant and Apache Maven based projects, as well as arbitrary shell scripts and Windows batch commands. The primary developer of Hudson was Kohsuke Kawaguchi, who worked for Sun Microsystems at the time. Released under the MIT License, Hudson is free software.

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.

Hudson became a popular alternative to CruiseControl and other open-source build servers in 2008. At JavaOne conference in May 2008, it was the winner of Duke's Choice Award in the Developer Solutions category.

When Oracle bought Sun, it declared its intention to trademark the Hudson name, and development began on a commercial version. It was decided by the majority of the development community, including Kawaguchi, to continue the project under the name Jenkins in early 2011. Oracle maintained that Hudson was continuing development and that Jenkins was a fork; the Jenkins developers considered Hudson to be the fork.


...
Wikipedia

...