xebialabs / overthere

Runs something "Over there"

Home Page:http://www.xebialabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect ordering of StdErr and StdOut Output of powershell scripts

pts-mga opened this issue · comments

The Ordering of Outpout in StdErr and StdOut from powershell-Scripts are not listed in the correct order.

Example-Script:
Write-Host "Step 1" Start-Sleep -Seconds 2 Write-Host "Step 2" Write-Error "Error after Step 2" Start-Sleep -Seconds 2 Write-Host "Step 3" Write-Error "Error after Step 3" Write-Host "End"
Correct output:
image

Output in rundeck:
image

Used in rundeck:
Rundeck 4.13.0 with overthere version 5.5.0