Back to changelog
Changelog for 2.537
November 18, 2025
Starting with Jenkins 2.537, RedHat and openSUSE have the same RPM packages from the same unified repository at
https://pkg.jenkins.io/rpm/
. Users with an already installed prior version are transparently redirected when refreshing their repositories:
https://pkg.jenkins.io/redhat/
and
https://pkg.jenkins.io/opensuse/
both redirect to the new URL.
The old repositories are retained and allow to install older versions (<2.537) by using the following URLs:
https://pkg.jenkins.io/redhat-legacy/
for RedHat distributions and
https://pkg.jenkins.io/opensuse-legacy/
for openSUSE distributions.
Note for openSUSE users: the System V initialization scripts are removed for openSUSE installations (details in
https://www.jenkins.io/blog/2022/03/25/systemd-migration/
).
⚠️ There is a known bug introduced for openSUSE users: the
autorefresh
feature of the zypper repository is disabled and requires a
zypper refresh
command.
Enhancement
Add experimental
Manage Jenkins
layout.
pull 11222
Performance improvement for queue item scheduling.
pull 11293
Remove some very old extension list behaviors.
pull 11225
Refine changes for the experimental Run UI.
pull 11277
RedHat and openSUSE packages are unified into the same RPM packaging with a brand new URL:
https://pkg.jenkins.io/rpm/
. System V initialization scripts are removed for openSUSE installations
pull 430 (packaging)
,
Linux install packages migrated from System V init to systemd