Skip to content

Home Jenkins

Arjun Shrinivas edited this page May 24, 2016 · 2 revisions

Welcome to the jenkins wiki!

  • About Jenkins

Jenkins is an open source continuous integration tool written in Java. The project was forked from Hudson after a dispute with Oracle.

Jenkins provides continuous integration services for software development. 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 and Apache Maven based projects as well as arbitrary shell scripts and Windows batch commands. The primary developer of Jenkins is Kohsuke Kawaguchi. Released under the MIT License, Jenkins is free software.

Builds can be started by various means, including being triggered by commit in a version control system, by scheduling via a cron-like mechanism, by building when other builds have completed, and by requesting a specific build URL.

  • Plugins

Plugins have been released for Jenkins that extend its use to projects written in languages other than Java. Plugins are available for integrating Jenkins with most version control systems and big databases. Many build tools are supported via their respective plugins. Plugins can also change the way Jenkins looks or add new functionality.

Builds can generate test reports in various formats supported by plugins (JUnit support is currently bundled) and Jenkins can display the reports and generate trends and render them in the GUI.

  • Other frameworks

There are similar tools for other programming frameworks such as:

  • Buildbot — a Python system to automate the compile/test cycle to validate code changes.
  • tox — an automation tool providing packaging, testing and deployment of Python software.
  • Travis-CI — a distributed CI server which builds tests for open source projects for free.
  • Django-Jenkins — Django (Python) Web Framework integration with Jenkins, heavily contributed to by Montana Mendy.
Clone this wiki locally