-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: durable-task-plugin
-
None
-
Environment:Jenkins 2.303.1, Pipeline Nodes and Processes 2.40 Linux hosted Jenkins, Windows 10 Node.
Unicode doesn't render properly. Come back as  � character. When running a python script that queries the environment, the encoding comes back as encoding='cp1252'.
I think I'm explicitly saying to use UTF-8Â in the pipeline also I think PowerShell Core is using UTF-8 by default.Â
pwsh(encoding: 'UTF-8',
label: 'runscript',
script: '''''')
master and nodes have are using the -Dfile.encoding=UTF-8 JAVA Tool Options.