labels and step script content shown inconsistently in blue ocean steps

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

XMLWordPrintable

      Somewhat related to JENKINS-53649 and as described there, but this feels like it deserves it's own ticket.

      The content of a step in the B/O step summary seems inconsistent:

      Those two steps in the red box are both of the form:

      sh label: <label_name>,
         script: '''...'''
      

      The first one is in the steps portion of the stage and looks like:

      sh label: env.STAGE_NAME,
         script: '''...'''
      

      and the second one is in the post->success portion of the stage and looks like:

       sh label: "Collect artifacts",
           script: '''...'''
      

      But as you can see, they are displayed quite differently.  But why?

      It doesn't seem like they should be.  The second step shouldn't have the label prefixed with the script content of step.

            Assignee:
            Unassigned
            Reporter:
            Brian J Murrell
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: