*** Welcome to piglix ***

Jenkins (software)

Jenkins
Jenkins logo with title.svg
Ansible-playbook-output-jenkins.png
Initial release 2 February 2011 (2011-02-02)
Stable release
2.32.2 / 1 February 2017; 5 days ago (2017-02-01)
Repository github.com/jenkinsci/jenkins
Written in Java
Platform Java SE
Type Continuous integration
License MIT
Website jenkins.io

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.


...
Wikipedia

...