Initial release | 2 February 2011 |
---|---|
Stable release |
2.32.2 / 1 February 2017
|
Repository | github |
Written in | Java |
Platform | Java SE |
Type | Continuous integration |
License | MIT |
Website | jenkins |
Jenkins is an open source automation server written in Java. The project was forked from Hudson after a dispute with Oracle.
Jenkins helps to automate the non-human part of the whole software development process, with now common things like continuous integration, but by further empowering teams to implement the technical part of a Continuous Delivery. It is a server-based system running in a servlet container such as Apache Tomcat. It supports SCM tools including AccuRev, CVS, Subversion, Git, Mercurial, Perforce, Clearcase and RTC, and can execute Apache Ant, Apache Maven and sbt based projects as well as arbitrary shell scripts and Windows batch commands. The creator of Jenkins is Kohsuke Kawaguchi. Released under the MIT License, Jenkins is free software.