Jenkins icon
Jenkins icon

Jenkins

 135 likes

Jenkins is a fork of Hudson and is a continuous build system for software projects.

Jenkins screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
  • Self-Hosted
5 / 5 Avg rating (1)
135 likes
1comment
0 news articles

Features

Suggest and vote on features
  1.  Configuration
  2.  Extensible by Plugins/Extensions
  3.  On-premises software
  4.  Continuous Integration
  5.  Java based
  6.  CI/CD

Jenkins News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

Jenkins information

  • Developed by

    R.Tyler Croy
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    68 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  23,759 Stars
  •  8,984 Forks
  •  93 Open Issues
  •   Updated Mar 18, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 1 comments and reviews about Jenkins, and it has gotten 135 likes

Jenkins was added to AlternativeTo by Skrrytch on Mar 3, 2011 and this page was last updated Mar 11, 2025.

Comments and Reviews

   
 Post comment/review
V H
  
Top positive commentSep 25, 2020

Best CI software.

0

What is Jenkins?

Jenkins is a fork of Hudson and is a continuous build system for software projects.

The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.

Jenkins is an application that monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Jenkins focuses on the following two jobs:

Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Jenkins provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases the productivity. Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Jenkins keeps those outputs and makes it easy for you to notice when something is wrong.

Jenkins Videos

Official Links