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. -
- 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.
-- Supported Java versions for the LTS release line are: -
- -