We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4493f commit 0dcf951Copy full SHA for 0dcf951
src/main/resources/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep/help-encoding.html
@@ -2,5 +2,7 @@
2
Encoding of process output.
3
In the case of <code>returnStdout</code>, applies to the return value of this step;
4
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.
+ 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.
8
</div>
0 commit comments