Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Not A Defect
-
Component/s: durable-task-plugin, workflow-durable-task-step-plugin
-
Labels:None
-
Environment:Jenkins 2.176.2
Durable Task Plugin 1.30
-
Similar Issues:
Description
Not sure if this started in 1.30 as I didn't notice it until today. Is returnStdOut no longer supported? I didn't find any mention anywhere of it being removed.
Scripts still run of course but nothing is printed out from the script run even if the Powershell script has write statements.
Now getting this warning -
WARNING: Unknown parameter(s) found for class type 'org.jenkinsci.plugins.workflow.steps.durable_task.PowershellScriptStep': returnStdOut
Jon Starbird I think the casing for the parameter is returnStdout, not returnStdOut. I am going to close the ticket, but if that doesn't fix it, feel free to reopen. As far as I know, there haven't been any intentional changes to the behavior of returnStdOut in any recent releases.