-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.60.2
Windows Server 2012 R2
PSVersion 5.1.15063.502
Plugins:
Powershell 1.3
Pipeline: Build Step 2.5.1
Pipeline 2.5
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"'
- mentioned in
-
Page Loading...