Jenkins Opensuse Packages

To use this repository, run the following command:

  sudo zypper addrepo -f https://pkg.jenkins.io/opensuse/ jenkins

With that set up, the Jenkins package can be installed with:


  zypper install dejavu-fonts fontconfig java-11-openjdk
  zypper install jenkins

You will need to explicitly install a supported Java runtime environment (JRE), either from your distribution (as described above) or another Java vendor (e.g., Adoptium).

Weekly Release Line

Supported Java versions for the weekly release line are:

2.357 (June 2022) and newer
Java 11 or Java 17
2.164 (February 2019) and newer
Java 8 or Java 11
2.54 (April 2017) and newer
Java 8
1.612 (May 2015) and newer
Java 7

Long Term Support (LTS) Release Line

Supported Java versions for the LTS release line are:

2.361.1 (September 2022) and newer
Java 11 or Java 17
2.346.1 (June 2022) and newer
Java 8, Java 11, or Java 17
2.164.1 (March 2019) and newer
Java 8 or Java 11
2.60.1 (June 2017) and newer
Java 8
1.625.1 (October 2015) and newer
Java 7

See the installation guide for more information, including how Jenkins is run and where the configuration is stored, etc.