Blue Ocean view does not show descriptions for shell steps with multiple arguments

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • workflow-durable-task-step 2.27

      Issue:

      When you have a shell step with either returnStdout orĀ returnStatus being "true", the step does not show a preview like when those are not set to "true".

      Steps to Reproduce:

      Create a simple pipeline with the following definition:

      node('master'){
       sh 'echo "hello"'
       sh returnStdout: true, script: 'echo "hello"'
       sh returnStatus: true, script: 'echo "hello"'
      }
      

      And run the pipeline. Then look at it in Blue Ocean view and see that the first one has a description but the others do not.

            Assignee:
            Dont Use
            Reporter:
            Alex Taylor
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: