jenkinsci/jenkins
Summary
Jenkins is a leading open-source automation server built with Java, used for CI/CD, testing, deployment, and automating development workflows.
View Cached Full Text
Cached at: 07/27/26, 01:38 AM
jenkinsci/jenkins
Source: https://github.com/jenkinsci/jenkins
Table of Contents
- About
- What to Use Jenkins for and When to Use It
- Downloads
- Getting Started (Development)
- Source
- Contributing to Jenkins
- News and Website
- Governance
- Adopters
- License
About
In a nutshell, Jenkins is the leading open-source automation server. Built with Java, it provides over 2,000 plugins to support automating virtually anything, so that humans can spend their time doing things machines cannot.
What to Use Jenkins for and When to Use It
Use Jenkins to automate your development workflow, so you can focus on work that matters most. Jenkins is commonly used for:
- Building projects
- Running tests to detect bugs and other issues as soon as they are introduced
- Static code analysis
- Deployment
Execute repetitive tasks, save time, and optimize your development process with Jenkins.
Downloads
The Jenkins project provides official distributions as WAR files, Docker images, native packages and installers for platforms including several Linux distributions and Windows. See the Downloads page for references.
For all distributions Jenkins offers two release lines:
- Weekly - Frequent releases which include all new features, improvements, and bug fixes.
- Long-Term Support (LTS) - Older release line which gets periodically updated via bug fix backports.
Latest releases:
Getting Started (Development)
For more information on setting up your development environment, contributing, and working with Jenkins internals, check the contributing guide and the Jenkins Developer Documentation.
Source
Our latest and greatest source of Jenkins can be found on GitHub. Fork us!
Contributing to Jenkins
New to open source or Jenkins? Here’s how to get started:
- Read the Contribution Guidelines
- Check our good first issues
- Join our Gitter chat for questions and help
For more information about participating in the community and contributing to the Jenkins project, see this page.
Documentation for Jenkins core maintainers is in the maintainers guidelines.
News and Website
All information about Jenkins can be found on our official website, including documentation, blog posts, plugin listings, community updates, and more.
Stay up-to-date with the latest Jenkins news, tutorials, and release notes:
Follow Jenkins on social media to stay connected with the community:
Governance
The Jenkins project is governed by an open source community. To learn more about the governance structure, project leadership, and how decisions are made, visit the Governance Page.
Adopters
Jenkins is trusted by millions of users and adopted by thousands of companies around the world — from startups to enterprises — to automate their software delivery pipelines.
Explore the Adopters Page and https://stories.jenkins.io to see:
- Companies and organizations using Jenkins
- Success stories and case studies
- How Jenkins is used in different industries
If your company uses Jenkins and you’d like to be featured, feel free to submit your story!
License
Jenkins is licensed under the MIT License.
Similar Articles
buildpipe
Buildpipe is a tool for composing, running, and automating multi-step AI developer workflows.
@imjaredz: We've open sourced my favorite Devin feature: /handoff Hand off jobs to cloud Devins from your local machine Install it…
Devin's /handoff feature has been open-sourced, allowing users to hand off jobs to cloud Devins from their local machine and install it as a plugin in coding agents like Claude Code or Codex.
JumpServer: Open-Source Privileged Access Management
JumpServer is an open-source Privileged Access Management (PAM) platform that provides secure, on-demand access to SSH, RDP, Kubernetes, Database, and RemoteApp endpoints through a web browser.
oblien/openship
Openship is an open-source, self-hostable deployment platform with built-in CI/CD, supporting any stack, databases, domains, SSL, and more, accessible via desktop app, web dashboard, or CLI.
My Homelab AI Dev Platform
The author describes setting up an AI dev platform in his homelab using OpenCode Web UI with Git access, enabling AI-assisted maintenance of Docker services via PR review and GitOps deployment.