Skip to content

Commit 4c60d07

Browse files
authored
Merge pull request #50560 from rolfedh/RHDEVDOCS-3177
RHDEVDOCS-3177 Tracker for 1861266 - [DOCS] New USE_JAVA_VERSION vari…
2 parents 614eccb + 019cac2 commit 4c60d07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/images-other-jenkins-agent-env-var.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,10 @@ JVM threads.
5050
|Specifies additional options for the Jenkins JVM. These options are appended to all other options, including the Java options above, and can be used to override any of them, if necessary. Separate each additional option with a space and if any option contains space characters, escape them with a backslash.
5151
|Example settings: `-Dfoo -Dbar`; `-Dfoo=first\ value -Dbar=second\ value`
5252

53+
|`USE_JAVA_VERSION`
54+
|Specifies the version of Java version to use to run the agent in its container. The container base image has two versions of java installed: `java-11` and `java-1.8.0`. If you extend the container base image, you can specify any alternative version of java using its associated suffix.
55+
|The default value is `java-11`.
56+
57+
Example setting: `java-1.8.0`
58+
5359
|===

0 commit comments

Comments
 (0)