Skip to content

Commit 29cbfdc

Browse files
authored
Merge pull request openshift#7259 from bmcelvee/online-3.9-stage
[online-3.9] document spaces in JENKINS_JAVA_OVERRIDES, JNLP_JAVA_OVE…
2 parents 33df471 + 3ac84c2 commit 29cbfdc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

using_images/other_images/jenkins.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ override this.
231231
+
232232
Specifies additional options for the Jenkins JVM. These options are appended to
233233
all other options, including the Java options above, and may be used to override
234-
any of them if necessary.
234+
any of them if necessary. Separate each additional option with a space; if any
235+
option contains space characters, escape them with a backslash. Example
236+
settings: `-Dfoo -Dbar`; `-Dfoo=first\ value -Dbar=second\ value`.
235237

236238
* `JENKINS_OPTS`
237239
+

using_images/other_images/jenkins_slaves.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ recommended to override this.
146146
+
147147
Specifies additional options for the Jenkins slave agent JVM. These options are
148148
appended to all other options, including the Java options above, and may be used
149-
to override any of them if necessary.
149+
to override any of them if necessary. Separate each additional option with a
150+
space; if any option contains space characters, escape them with a backslash.
151+
Example settings: `-Dfoo -Dbar`; `-Dfoo=first\ value -Dbar=second\ value`.
150152

151153
[[usage]]
152154
== Usage

0 commit comments

Comments
 (0)