Powershell step in pipeline job outputs UTF-8 BOM

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Powershell step in pipeline outputs UTF-8 BOM characters with Powershell output.

      [workspace] Running PowerShell script
      Hello
      

      If I run the same command (Write-Host "Hello") in a usual build job as a Powershell step it outputs normal output:

      [workspace] $ powershell.exe -NonInteractive -ExecutionPolicy ByPass "& 'C:\Users\VALERY~1.ZAB\AppData\Local\Temp\jenkins2440165524934484537.ps1'"
      Hello
      Finished: SUCCESS
      

      Here's my powershell step code:

      powershell 'Write-Host "Hello"'
      

            Assignee:
            Gabriel Loewen
            Reporter:
            Valeriy Zabawski
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: