diff --git a/templates/header.redhat.html b/templates/header.redhat.html index 2eec5f11..6d1b95d4 100644 --- a/templates/header.redhat.html +++ b/templates/header.redhat.html @@ -3,31 +3,17 @@ {% block distribution_instruction %}

- To use this repository, run the following command: - -

-
-  sudo wget -O /etc/yum.repos.d/{{artifactName}}.repo {{ web_url }}/{{artifactName}}.repo
-  sudo rpm --import {{ web_url }}/{{organization}}-2023.key
-  
- -

- If you've previously imported the key from Jenkins, the rpm --import will fail because - you already have a key. Please ignore that and move on. - -

-
-  yum install fontconfig java-17-openjdk
-  yum install {{artifactName}}
-  
+ To install Jenkins on Red Hat Enterprise Linux, AlmaLinux, Rocky Linux, Oracle Linux, or another Red + Hat based distribution, you can utilize the instructions provided in our Red Hat Enterprise Linux installation + guide. +

- The rpm packages were signed using this key: + To install Jenkins on Fedora, use the instructions provided in our + Fedora installation guide.

-
{{ pub_key_info|trim }}
- - {% endblock %} {% block individual_package_instruction %} diff --git a/templates/header.war.html b/templates/header.war.html index 241a2e55..4b68998b 100644 --- a/templates/header.war.html +++ b/templates/header.war.html @@ -13,64 +13,10 @@ e.g. Eclipse Temurin.

-

- Weekly Release Line -

-

- Supported Java versions for the weekly release line are: + To determine the Java version that is supported for your Jenkins environment, please refer to the Java support policy.

-
-
2.463 (June 2024) and newer
-
Java 17 or Java 21
- -
2.419 (August 2023) and newer
-
Java 11, Java 17, or Java 21
- -
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.479.1 (October 2024) and newer
-
Java 17 or Java 21
- -
2.426.1 (November 2023) and newer
-
Java 11, Java 17 or Java 21
- -
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
-
{% endblock %} {% block individual_package_instruction %}