Skip to content

Commit 0dcf951

Browse files
committed
Emphasizing that specifying an explicit encoding is wise.
1 parent 1f4493f commit 0dcf951

File tree

1 file changed

+3
-1
lines changed
  • src/main/resources/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep

1 file changed

+3
-1
lines changed

src/main/resources/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep/help-encoding.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
Encoding of process output.
33
In the case of <code>returnStdout</code>, applies to the return value of this step;
44
otherwise, or always for standard error, controls how text is copied to the build log.
5-
If unspecified, uses the system default encoding of the node on which the step is run.
5+
If unspecified, uses the system default encoding of the node on which the step is run,
6+
but if there is any expectation that process output might include non-ASCII characters,
7+
it is best to specify the encoding explicitly.
68
</div>

0 commit comments

Comments
 (0)