Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-53162

Blueocean support for visualizing stages in parallel block in scripted pipeline

      As suggested in JENKINS-38442 I created this new feature request which I would like to use to explicitely target the support for visualising one level of stages in parallel blocks, like:

      parallel (
        "first": {
          stage("JUnit") {
          }
          stage("Firefox") { 
          }
        },
        "second" : {
          stage("D3Unit") {
          }
          stage("Edge") {
          }
        },
        "third" : {
          stage("Safari") {
          }
        }
      )
      

      As an example on how a possible visualization could look like please check the attached png.

          [JENKINS-53162] Blueocean support for visualizing stages in parallel block in scripted pipeline

          Joerg Schwaerzler created issue -
          Devin Nusbaum made changes -
          Link New: This issue relates to JENKINS-38442 [ JENKINS-38442 ]
          Taras Postument made changes -
          Link New: This issue is duplicated by JENKINS-53751 [ JENKINS-53751 ]
          Jake Hilborn made changes -
          Attachment New: Screen Shot 2019-05-30 at 2.49.21 PM.png [ 47533 ]
          KY Lee made changes -
          Link New: This issue relates to JENKINS-55438 [ JENKINS-55438 ]
          Olivier Lamy made changes -
          Assignee New: Olivier Lamy [ olamy ]
          Olivier Lamy made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Closed [ 6 ]

            olamy Olivier Lamy
            macdrega Joerg Schwaerzler
            Votes:
            72 Vote for this issue
            Watchers:
            74 Start watching this issue

              Created:
              Updated:
              Resolved: