Go to file
Olivier Lamy a147d8ab56
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
Remove net.i2p.crypto:eddsa which is not supported anymore and use support of EdDSA natively provided now by Apache Mina via Bouncycastle (#10788)
* Remove net.i2p.crypto:eddsa which is not supported anymore and use support of EdDSA natively provided now by Apache Mina via Bouncycastle

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
2025-07-03 18:23:30 +10:00
.github Update mheap/github-action-required-labels digest to 8afbe8a (#10763) 2025-06-22 21:19:34 +02:00
.gitpod Update dependency org.apache.maven:maven-core to v3.9.10 (#10730) 2025-06-07 19:54:32 -06:00
.idea [JENKINS-73278] Migrate core from EE 8 to EE 9 (#9672) 2024-09-03 14:59:04 -07:00
.mvn Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#9166) 2024-04-14 07:24:41 +00:00
bom [maven-release-plugin] prepare for next development iteration 2025-07-01 13:06:57 +00:00
cli Remove net.i2p.crypto:eddsa which is not supported anymore and use support of EdDSA natively provided now by Apache Mina via Bouncycastle (#10788) 2025-07-03 18:23:30 +10:00
core [maven-release-plugin] prepare for next development iteration 2025-07-01 13:06:57 +00:00
coverage [maven-release-plugin] prepare for next development iteration 2025-07-01 13:06:57 +00:00
docs Update release chat room URL (#8348) 2023-08-08 20:10:23 +02:00
src Merge branch 'master' into JENKINS-75818 2025-06-27 09:24:24 +02:00
test Update dependency io.jenkins.plugins:bootstrap5-api to v5.3.7-1 (#10793) 2025-07-02 08:19:01 -07:00
war Update Winstone and Jetty (#10798) 2025-07-02 13:16:28 -07:00
websocket [maven-release-plugin] prepare for next development iteration 2025-07-01 13:06:57 +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
CONTRIBUTING.md Account for new Maven version requirement (#9822) 2024-10-03 12:51:37 -06:00
Jenkinsfile Require Java 17 or newer (#9358) 2024-06-11 15:52:23 +01:00
LICENSE.txt
README.md Update Plugin count (#10246) 2025-02-07 08:57:22 +00:00
ath.sh Update jenkins/ath Docker tag to v6277 2025-06-27 18:56:45 +00:00
dummy.keystore
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 babel monorepo to v7.28.0 (#10799) 2025-07-02 08:38:59 -07:00
packaging-ref.txt
pom.xml Update Winstone and Jetty (#10798) 2025-07-02 13:16:28 -07: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 Follow idiomatic Python coding style (#9763) 2024-09-20 08:23:30 -07:00
webpack.config.js Redesign the Jenkins header (#10245) 2025-04-18 12:24:10 +08:00
yarn.lock Update babel monorepo to v7.28.0 (#10799) 2025-07-02 08:38:59 -07: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.