Go to file
Stefan Spieker b85a4f959b
Changelog Drafter / update_draft_release (push) Waiting to run Details
Changelog Drafter / jenkins_io_draft (push) Waiting to run Details
Label conflicting PRs / main (push) Waiting to run Details
Converted `config.groovy` to `config.jelly` in proxy config and added German localization (#11159)
2025-10-07 15:43:32 +02:00
.github Update softprops/action-gh-release action to v2.4.0 (#11170) 2025-10-07 15:43:10 +02:00
.gitpod Update dependency org.apache.maven:maven-core to v3.9.11 (#10842) 2025-07-16 08:31:51 -07:00
.idea [JENKINS-73278] Migrate core from EE 8 to EE 9 (#9672) 2024-09-03 14:59:04 -07:00
.mvn Update dependency io.jenkins.tools.incrementals:git-changelist-maven-extension to v1.13 (#11048) 2025-09-08 13:24:45 -07:00
bom [maven-release-plugin] prepare for next development iteration 2025-10-07 12:26:09 +00:00
cli [maven-release-plugin] prepare for next development iteration 2025-10-07 12:26:09 +00:00
core Converted `config.groovy` to `config.jelly` in proxy config and added German localization (#11159) 2025-10-07 15:43:32 +02:00
coverage [maven-release-plugin] prepare for next development iteration 2025-10-07 12:26:09 +00:00
docs Update release chat room URL (#8348) 2023-08-08 20:10:23 +02:00
src Update dependency stylelint-config-standard-scss to v16 (#11068) 2025-10-04 10:42:24 +01:00
test Update dependency org.jenkins-ci.main:jenkins-test-harness to v2508 (#11169) 2025-10-07 14:11:18 +01:00
war Update dependency io.jenkins.plugins:asm-api to v9.9-185.va_6c6b_3348b_c3 (#11161) 2025-10-07 15:43:21 +02:00
websocket [maven-release-plugin] prepare for next development iteration 2025-10-07 12:26:09 +00:00
.babelrc [JENKINS-73744] npm scripts lint:fix do not work (#9718) 2024-09-16 10:40:32 +01:00
.editorconfig Use symbols for build status (#8705) 2023-11-27 20:36:43 +01:00
.git-blame-ignore-revs Use correct commit to ignore in git blame from prettier (#7036) 2022-08-26 14:41:22 +01:00
.gitattributes Move Webpack build to the same Maven module from which it is invoked (#9823) 2024-10-12 11:46:18 -07:00
.gitignore Download Yarn Berry with Corepack rather than Yarn 1.x (#9772) 2024-10-02 08:49:10 -06:00
.gitpod.yml Update deprecated gitpod commands (#7771) 2023-03-27 22:04:48 +01:00
.jenkins Update name in .jenkins (#7813) 2023-04-05 12:15:34 +02:00
.perltidyrc Apply Perltidy to `translation-tool.pl` (#6326) 2022-03-05 07:34:35 -08:00
.prettierignore Remove YUI 2025-01-08 14:29:34 +00:00
.prettierrc.json Enable prettier 2022-08-25 21:50:13 +01:00
.stylelintrc.js Fix Stylelint configuration (#10169) 2025-01-16 11:58:23 -08:00
.yarnrc.yml Download Yarn Berry with Corepack rather than Yarn 1.x (#9772) 2024-10-02 08:49:10 -06:00
CITATION.cff Fix CITATION syntax (#11131) 2025-09-30 09:46:03 +02:00
CONTRIBUTING.md Account for new Maven version requirement (#9822) 2024-10-03 12:51:37 -06:00
Jenkinsfile Retry failing Windows builds on non-spot agent (#11052) 2025-10-07 09:52:01 +01:00
LICENSE.txt Fix typo in LICENSE file. 2011-09-11 16:12:09 +02:00
README.md Update Plugin count (#10246) 2025-02-07 08:57:22 +00:00
ath.sh Update jenkins/ath Docker tag to v6361 (#11042) 2025-09-06 21:17:53 +02:00
dummy.keystore added a new self-signed certificate that says Jenkins 2011-02-01 22:43:47 -08:00
eslint.config.cjs Remove YUI 2025-01-08 14:29:34 +00:00
licenseCompleter.groovy Consistent Jelly version for `commons-jelly-tags-xml` (#10131) 2025-01-09 10:41:23 -08:00
package.json Update dependency stylelint to v16.25.0 (#11164) 2025-10-07 10:35:38 +01:00
packaging-ref.txt Capture the corresponding branch/tag in jenkinsci/packaging to be used. 2018-05-10 08:55:05 +12:00
pom.xml [maven-release-plugin] prepare for next development iteration 2025-10-07 12:26:09 +00:00
postcss.config.js Move Webpack build to the same Maven module from which it is invoked (#9823) 2024-10-12 11:46:18 -07:00
translation-tool.pl Refactor `translation-tool.pl` (#6317) 2022-03-06 08:11:38 -08:00
update-since-todo.py Don't fail when no @since tags are found in @since updater (#11135) 2025-10-01 10:27:28 +01:00
webpack.config.js Redesign the Jenkins header (#10245) 2025-04-18 12:24:10 +08:00
yarn.lock Update dependency stylelint to v16.25.0 (#11164) 2025-10-07 10:35:38 +01:00

README.md

Jenkins logo

About

Jenkins Regular Release Jenkins LTS Release Docker Pulls CII Best Practices Reproducible Builds Gitter

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: Jenkins Regular Release Jenkins LTS Release

Source

Our latest and greatest source of Jenkins can be found on GitHub. Fork us!

Contributing to Jenkins

Follow the contributing guidelines if you want to propose a change in the Jenkins core. 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 website. Follow us on Twitter or LinkedIn.

Governance

See the Jenkins Governance Document for information about the project's open governance, our philosophy and values, and development practices. Jenkins Code of Conduct can be found here.

Adopters

Jenkins is used by millions of users and thousands of companies. See adopters for the list of Jenkins adopters and their success stories.

License

Jenkins is licensed under the MIT License.