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

ExportXMLWordPrintable

      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.

            Assignee:
            Olivier Lamy
            Reporter:
            Joerg Schwaerzler
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: