Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Incorrect ordering of StdErr and StdOut Output of powershell scripts #80

Description

@pts-mga

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 latest overthere-winrm plugin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions