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

Bullets for building external jobs are not represented in parallel block

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • blueocean-plugin
    • None
    • b06

      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.

          [JENKINS-38337] Bullets for building external jobs are not represented in parallel block

          Vincent Latombe created issue -
          Vincent Latombe made changes -
          James Dumay made changes -
          Link New: This issue duplicates JENKINS-38339 [ JENKINS-38339 ]
          James Dumay made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Jenn Briden made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]

            Unassigned Unassigned
            vlatombe Vincent Latombe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: