Skip to content

Commit 5100d16

Browse files
Update Red Hat instructions & Java support information (#495)
* Update redhat & java support information * apply feedback from Mark's review * Fix spelling of AlmaLinux * End paragraph for consistency * Update formatting for more popular usage * adjust formatting --------- Co-authored-by: Mark Waite <[email protected]>
1 parent f48af75 commit 5100d16

File tree

2 files changed

+8
-76
lines changed

2 files changed

+8
-76
lines changed

templates/header.redhat.html

+7-21
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,17 @@
33
{% block distribution_instruction %}
44

55
<p>
6-
To use this repository, run the following command:
7-
8-
<pre class="text-white bg-dark">
9-
10-
sudo wget -O /etc/yum.repos.d/{{artifactName}}.repo {{ web_url }}/{{artifactName}}.repo
11-
sudo rpm --import {{ web_url }}/{{organization}}-2023.key
12-
</pre>
13-
14-
<p>
15-
If you've previously imported the key from Jenkins, the <code>rpm --import</code> will fail because
16-
you already have a key. Please ignore that and move on.
17-
18-
<pre class="text-white bg-dark">
19-
20-
yum install fontconfig java-17-openjdk
21-
yum install {{artifactName}}
22-
</pre>
6+
To install Jenkins on Red Hat Enterprise Linux, AlmaLinux, Rocky Linux, Oracle Linux, or another Red
7+
Hat based distribution, you can utilize the instructions provided in our <a
8+
href="https://www.jenkins.io/doc/book/installing/linux/#red-hat-centos">Red Hat Enterprise Linux installation
9+
guide.</a>
10+
</p>
2311

2412
<p>
25-
The rpm packages were signed using this key:
13+
To install Jenkins on Fedora, use the instructions provided in our
14+
<a href="https://www.jenkins.io/doc/book/installing/linux/#fedora">Fedora installation guide</a>.
2615
</p>
2716

28-
<pre class="text-white bg-dark" style="box-sizing:border-box; padding:1.5rem 1rem;">{{ pub_key_info|trim }}</pre>
29-
30-
3117
{% endblock %}
3218

3319
{% block individual_package_instruction %}

templates/header.war.html

+1-55
Original file line numberDiff line numberDiff line change
@@ -13,64 +13,10 @@
1313
e.g. <a href="https://adoptium.net/">Eclipse Temurin</a>.
1414
</p>
1515

16-
<h2>
17-
Weekly Release Line
18-
</h2>
19-
2016
<p>
21-
Supported Java versions for the weekly release line are:
17+
To determine the Java version that is supported for your Jenkins environment, please refer to the <a href="https://www.jenkins.io/doc/book/platform-information/support-policy-java/#running-jenkins-system">Java support policy.</a>
2218
</p>
2319

24-
<dl>
25-
<dt>2.463 (June 2024) and newer</dt>
26-
<dd>Java 17 or Java 21</dd>
27-
28-
<dt>2.419 (August 2023) and newer</dt>
29-
<dd>Java 11, Java 17, or Java 21</dd>
30-
31-
<dt>2.357 (June 2022) and newer</dt>
32-
<dd>Java 11 or Java 17</dd>
33-
34-
<dt>2.164 (February 2019) and newer</dt>
35-
<dd>Java 8 or Java 11</dd>
36-
37-
<dt>2.54 (April 2017) and newer</dt>
38-
<dd>Java 8</dd>
39-
40-
<dt>1.612 (May 2015) and newer</dt>
41-
<dd>Java 7</dd>
42-
</dl>
43-
44-
<h2>
45-
<a href="https://www.jenkins.io/download/lts/">Long Term Support (LTS)</a> Release Line
46-
</h2>
47-
48-
<p>
49-
Supported Java versions for the LTS release line are:
50-
</p>
51-
52-
<dl>
53-
<dt>2.479.1 (October 2024) and newer</dt>
54-
<dd>Java 17 or Java 21</dd>
55-
56-
<dt>2.426.1 (November 2023) and newer</dt>
57-
<dd>Java 11, Java 17 or Java 21</dd>
58-
59-
<dt>2.361.1 (September 2022) and newer</dt>
60-
<dd>Java 11 or Java 17</dd>
61-
62-
<dt>2.346.1 (June 2022) and newer</dt>
63-
<dd>Java 8, Java 11, or Java 17</dd>
64-
65-
<dt>2.164.1 (March 2019) and newer</dt>
66-
<dd>Java 8 or Java 11</dd>
67-
68-
<dt>2.60.1 (June 2017) and newer</dt>
69-
<dd>Java 8</dd>
70-
71-
<dt>1.625.1 (October 2015) and newer</dt>
72-
<dd>Java 7</dd>
73-
</dl>
7420
{% endblock %}
7521

7622
{% block individual_package_instruction %}

0 commit comments

Comments
 (0)