We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Job execution fails everytime when I redirect accents to stdout in a powershell job :
Failed: NonZeroResultCode: [WinRMPython] Result code: 1
However the job is working fine as it is working but for some reason there seems to be a glitch with accents which returns an error for Rundeck.
To reproduce, juste create a powershell job that will generate some accents to stdout :
write-host "début traitement"
The same job runs with no error with the WinRm plugin so there is definitely something wrong with the pywinrm plugin.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Job execution fails everytime when I redirect accents to stdout in a powershell job :
Failed: NonZeroResultCode: [WinRMPython] Result code: 1
However the job is working fine as it is working but for some reason there seems to be a glitch with accents which returns an error for Rundeck.
To reproduce, juste create a powershell job that will generate some accents to stdout :
write-host "début traitement"
The same job runs with no error with the WinRm plugin so there is definitely something wrong with the pywinrm plugin.
The text was updated successfully, but these errors were encountered: