Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-45287] Update gen site index to state the need to install Ja…
…va 8
  • Loading branch information
Raul Arabaolaza committed Jul 11, 2017
1 parent 1945c6f commit cc184e1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions deb/publish/gen.rb
Expand Up @@ -31,6 +31,20 @@
<pre style="padding:0.5em; margin:1em; background-color:black; color:white">
deb #{url} binary/
</pre>
</p>
<p>
You will need to explicitly install a Java runtime environment, given the current state of Java 9 is the safest way to
ensure your system ends properly configured. Adding an explicit dependency requirement on Java could force installation
of undesired versions of the JVM.
</p>
<p>
<ul>
<li>2.54 (2017-04) and newer: Java 8</li>
<li>1.612 (2015-05) and newer: Java 7</li>
</ul>
</p>
<p>
Update your local package index, then finally install #{productName}:
Expand All @@ -39,6 +53,7 @@
sudo apt-get update
sudo apt-get install #{artifactName}
</pre>
</p>
<p>
See <a href="http://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu">Wiki</a> for more information, including notes regarding upgrade from Hudson.
Expand Down

0 comments on commit cc184e1

Please sign in to comment.