File tree 2 files changed +6
-2
lines changed
using_images/other_images 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,9 @@ override this.
231
231
+
232
232
Specifies additional options for the Jenkins JVM. These options are appended to
233
233
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`.
235
237
236
238
* `JENKINS_OPTS`
237
239
+
Original file line number Diff line number Diff line change @@ -146,7 +146,9 @@ recommended to override this.
146
146
+
147
147
Specifies additional options for the Jenkins slave agent JVM. These options are
148
148
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`.
150
152
151
153
[[usage]]
152
154
== Usage
You can’t perform that action at this time.
0 commit comments