Skip to content

Commit 67c503e

Browse files
author
GitHub Actions
committed
GitHub Actions Build: 1537 [ci skip]
1 parent 98212ad commit 67c503e

5 files changed

Lines changed: 270 additions & 268 deletions

File tree

docs/opendevstack/5.x/jenkins-agents/jdk.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <h2 id="_features"><a class="anchor" href="#_features"></a>Features</h2>
383383
<h2 id="_supported_java_versions"><a class="anchor" href="#_supported_java_versions"></a>Supported Java Versions</h2>
384384
<div class="sectionbody">
385385
<div class="paragraph">
386-
<p>This agent provides 3 JDKs: <code>java 11</code>, <code>java 17</code> (default) and <code>java 21</code>.</p>
386+
<p>This agent provides 4 JDKs: <code>java 11</code>, <code>java 17</code>, <code>java 21</code> (default) and <code>java 25</code>.</p>
387387
</div>
388388
<div class="paragraph">
389389
<p>For backwards compatibility <code>java 11</code> is still included. Java projects migrating from previous ODS version will require the use of the bash script <code>use-j11.sh</code> to use java 11. A migration to <code>java 17</code> and <code>java 21</code> can be done afterwards.</p>
@@ -392,11 +392,12 @@ <h2 id="_supported_java_versions"><a class="anchor" href="#_supported_java_versi
392392
<p>To switch the environment to <code>java 11</code> the script <code>use-j11.sh</code> is provided at the jenkins home folder.
393393
To switch the environment to <code>java 17</code> the script <code>use-j17.sh</code> is provided at the jenkins home folder.
394394
To switch the environment to <code>java 21</code> the script <code>use-j21.sh</code> is provided at the jenkins home folder.
395+
To switch the environment to <code>java 25</code> the script <code>use-j25.sh</code> is provided at the jenkins home folder.
395396
Following command shows how the jenkins build script from the springboot quickstarter switches the java version before calling the gradle wrapper:</p>
396397
</div>
397398
<div class="listingblock">
398399
<div class="content">
399-
<pre class="highlightjs highlight"><code class="language-none hljs">def status = sh(script: "$HOME/use-j21.sh &amp;&amp; ./gradlew clean build --stacktrace --no-daemon &amp;&amp; $HOME/use-j17.sh", returnStatus: true)</code></pre>
400+
<pre class="highlightjs highlight"><code class="language-none hljs">def status = sh(script: "$HOME/use-j25.sh &amp;&amp; ./gradlew clean build --stacktrace --no-daemon &amp;&amp; $HOME/use-j21.sh", returnStatus: true)</code></pre>
400401
</div>
401402
</div>
402403
<div class="admonitionblock note">
@@ -417,7 +418,8 @@ <h2 id="_supported_java_versions"><a class="anchor" href="#_supported_java_versi
417418
<h2 id="_installed_packages"><a class="anchor" href="#_installed_packages"></a>Installed packages</h2>
418419
<div class="sectionbody">
419420
<div class="paragraph">
420-
<p>Dockerfile.ubi8 installs:
421+
<p>Dockerfile.ubi9 installs:
422+
- java-25-openjdk-devel
421423
- java-21-openjdk-devel
422424
- java-17-openjdk-devel
423425
- java-11-openjdk-devel</p>

docs/opendevstack/5.x/jenkins-agents/scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ <h2 id="_supported_java_versions"><a class="anchor" href="#_supported_java_versi
422422
<h2 id="_installed_packages"><a class="anchor" href="#_installed_packages"></a>Installed packages</h2>
423423
<div class="sectionbody">
424424
<div class="paragraph">
425-
<p>Dockerfile.ubi8 installs:
425+
<p>Dockerfile.ubi9 installs:
426426
- java-17-openjdk-devel
427427
- java-11-openjdk-devel</p>
428428
</div>

docs/opendevstack/5.x/quickstarters/be-python-flask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ <h2 id="_multiple_python_versions_support"><a class="anchor" href="#_multiple_py
555555
<p>in the provided <code>Jenkinsfile</code>, the mentions of <code>python3.12</code> binary to, for example, <code>python3.9</code> binary,</p>
556556
</li>
557557
<li>
558-
<p>and switch the <code>FROM</code> statement in your <code>Dockerfile</code> to the python version required, for example, <code>registry.access.redhat.com/ubi8/python-39</code>.</p>
558+
<p>and switch the <code>FROM</code> statement in your <code>Dockerfile</code> to the python version required, for example, <code>registry.access.redhat.com/ubi9/python-39</code>.</p>
559559
</li>
560560
</ul>
561561
</div>

docs/search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)