Jenkins

Developer Tools

The leading open-source automation server.

Latest jenkins-2.568.2 Β· by Jenkins projectWebsitejenkinsci/jenkins

Release activity

Release activity β€” 10 releases across 9 days since Jun 25, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jun 25, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026
MondayNo releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026
TuesdayNo releases on Jun 30, 20261 release on Jul 7, 20261 release on Jul 14, 20261 release on Jul 21, 20261 release on Jul 28, 2026No releases on Aug 4, 2026
Wednesday1 release on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 20261 release on Jul 22, 2026No releases on Jul 29, 20262 releases on Aug 5, 2026
Thursday1 release on Jun 25, 2026No releases on Jul 2, 20261 release on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026

10 releases since Jun 25, 2026, busiest day 2

Changelog

jenkins-2.568.2

2.568.2

We're excited to announce the release of Jenkins 2.568.2 πŸŽ‰

Changelog and upgrade guide

See the changelog and upgrade guide to learn about breaking changes and other considerations when updating.

Reporting issues

If you find an issue with this release, please file an issue on GitHub, otherwise use the forums if you're unsure whether you encounter an issue or not.

View originalPermalink
How jenkins-2.568.2 went
jenkins-2.574

2.574

Added 2
  • Make remember-me token validity configurable via system property
  • Add expression examples to Restrict where builds can run help
Changed 4
  • Reduce size of war by excluding unused BC jar
  • Remove comments from properties and jelly files in shipped war
  • Standardise Jenkins branding during Sign in, Registration, and About Jenkins
  • Clarify unclear Spanish translation for Unprotected URLs blurb
Fixed 4
  • Fix NPE after Jenkins restart when UpstreamCause is a Pipeline job
  • Fix missing shadow and blur on the global search results dropdown
  • Fix PackedMap.values() returning keys instead of values
  • Fix HttpSessionListener jakarta sessionDestroyed bridge delegating to sessionCreated
Removed 1
  • Remove pre 2.0 detached plugins

This is an automatically generated changelog draft for Jenkins weekly releases. See https://www.jenkins.io/changelog/2.574/ for the official changelog for this release.

πŸš€ New features and improvements
  • Remove pre 2.0 detached plugins (#27098) @timja, @claude, @Copilot
  • Reduce size of war by excluding unused BC jar (#27099) @timja
  • Remove comments from properties and jelly files in shipped war (#27100) @timja, @Copilot
  • Standardise Jenkins branding during Sign in, Registration, and About Jenkins (#27046) @janfaracik
  • Make remember-me token validity configurable via system property (#26833) @annplatoworld
  • Add expression examples to "Restrict where builds can run" help (#27117) @arimu1
πŸ› Bug fixes
  • Fix NPE after Jenkins restart when UpstreamCause is a Pipeline job (#27094) @mawinter69
  • Fix missing shadow and blur on the global search results dropdown (#27113) @thswlsqls
  • Fix PackedMap.values() returning keys instead of values (#27110) @thswlsqls
  • Fix HttpSessionListener jakarta sessionDestroyed bridge delegating to sessionCreated (#27090) @RealFakeAccount
🌐 Localization and translation
  • JENKINS-75134 - Clarify unclear Spanish translation for 'Unprotected URLs' blurb (#27048) @AbdelHamdyGhanem
πŸ‘» Maintenance
  • JENKINS-69789 - Address review feedback for password complexity rule (#27038) @cytrock, @claude, @daniel-beck, @MarkEWaite

All contributors: @AbdelHamdyGhanem, @annplatoworld, @arimu1, @cytrock, @janfaracik, @mawinter69, @RealFakeAccount, @thswlsqls, @timja, @claude, @Copilot, @daniel-beck and @MarkEWaite

View originalPermalink
How jenkins-2.574 went
jenkins-2.573

2.573

Added 1
  • Refresh the status icons
Fixed 2
  • Fix 'Sure' text for experimental Manage Jenkins UI
  • Poll scm timezone help

This is an automatically generated changelog draft for Jenkins weekly releases. See https://www.jenkins.io/changelog/2.569/ for the official changelog for this release.

πŸš€ New features and improvements
  • Refresh the status icons (#23904) @mawinter69
πŸ› Bug fixes
  • Fix 'Sure' text for experimental Manage Jenkins UI (#27055) @janfaracik
  • JENKINS-1963 - Poll scm timezone help (#27035) @AbdelHamdyGhanem

All contributors: @AbdelHamdyGhanem, @janfaracik, @mawinter69, github-actions[bot] and renovate[bot]

View originalPermalink
How jenkins-2.573 went
jenkins-2.568.1

2.568.1

We're excited to announce the release of Jenkins 2.568.1 πŸŽ‰

Changelog and upgrade guide

See the changelog and upgrade guide to learn about breaking changes and other considerations when updating.

Reporting issues

If you find an issue with this release, please file an issue on GitHub, otherwise use the forums if you're unsure whether you encounter an issue or not.

View originalPermalink
How jenkins-2.568.1 went
jenkins-2.572

2.572

Added 1
  • Add password complexity rule extension point
Changed 5
  • Refine borders across Jenkins UI
  • Restrict elements in PersistedList and COWL on deserialization
  • Prohibit deserialization of Object fields by default
  • Make Nodes page wide in experimental Manage Jenkins UI
  • Refine Notifications component
Fixed 2
  • Keep modal dialogs fixed to the viewport
  • Fix Plugin Manager links without wiki URL

This is an automatically generated changelog draft for Jenkins weekly releases. See https://www.jenkins.io/changelog/2.572/ for the official changelog for this release.

πŸš€ New features and improvements
  • JENKINS-69789 - Add password complexity rule extension point (#26774) @cytrock
  • Refine borders across Jenkins UI (#26974) @janfaracik
  • Restrict elements in PersistedList and COWL on deserialization (#26918) @daniel-beck
  • Prohibit deserialization of Object fields by default (#26915) @daniel-beck
  • Make Nodes page wide in experimental Manage Jenkins UI (#26997) @janfaracik
  • Refine Notifications component (#27005) @janfaracik
πŸ› Bug fixes
  • Keep modal dialogs fixed to the viewport (#27028) @oleksii-tumanov
  • Fix Plugin Manager links without wiki URL (#26976) @oleksii-tumanov

All contributors: @cytrock, @daniel-beck, @janfaracik, @oleksii-tumanov, @renovate[bot] and renovate[bot]

View originalPermalink
How jenkins-2.572 went
jenkins-2.571

2.571

Changed 3
  • Update operating system end of life data
  • Refine the System Log Manage Jenkins page
  • Update bundled script-security to 1402.1405
Fixed 4
  • Fix weird animation artifact when clicking Apply
  • Fix incorrect pluralization in PathRemover retry failure message
  • Fix breadcrumb overflow dropdown items failing to render
  • Move log.markAsComplete() into finally block in TaskThread.run()

This is an automatically generated changelog draft for Jenkins weekly releases. See https://www.jenkins.io/changelog/2.571/ for the official changelog for this release.

πŸš€ New features and improvements
  • Update operating system end of life data (#26991) @Aarav-Singh2007
  • Refine the 'System Log' Manage Jenkins page (#26614) @janfaracik
  • Update bundled script-security to 1402.1405 (#26989) @Kevin-CB
πŸ› Bug fixes
  • JENKINS-73906 - Fix weird animation artifact when clicking "Apply" (#27002) @janfaracik
  • Fix incorrect pluralization in PathRemover retry failure message (#26981) @thswlsqls
  • Fix breadcrumb overflow dropdown items failing to render (#26978) @thswlsqls
  • Move log.markAsComplete() into finally block in TaskThread.run() (#26967) @Aarav-Singh2007

All contributors: @Aarav-Singh2007, @Kevin-CB, @janfaracik, @renovate[bot], @thswlsqls and renovate[bot]

View originalPermalink
How jenkins-2.571 went
View all

Discussion