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

ExportXMLWordPrintable

      Given the following pipeline

      stage "Stage 1"
      stage ("Trigger jobs") {
          parallel(
              downstream1: {
                  build 'downstream1'
              },
              downstream2: {
                  build 'downstream2'
              }
          )
      }
      

      and downstream1/downstream2 being just "sleep 300"

      See the rendered flow in attachment: the "Building downstream1" and "Building downstream2" are not rendered within the parallel steps.

            Assignee:
            Unassigned
            Reporter:
            Vincent Latombe
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: