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

Input in parallel does not show up on stage view

      Having an input step inside parallel does now show up in the stage view as it does normally.
      To accept (or reject) these input steps, one has to open the build log and find the input step possibly mixed with other logs of other parallel branches.

          [JENKINS-41164] Input in parallel does not show up on stage view

          Hans Schulz created issue -

          I am seeing this as well. In the blue ocean views, both parallel paths waiting on input show up properly but you can only trigger/open the input acceptance dialog for the input that triggered first.

          This video demonstrates what I see https://360.articulate.com/review/content/391d80b4-8c63-435b-8bf1-31440036c215/review.

          Let me know if I should file this separately for blue ocean.

          Luke van der Hoeven added a comment - I am seeing this as well. In the blue ocean views, both parallel paths waiting on input show up properly but you can only trigger/open the input acceptance dialog for the input that triggered first. This video demonstrates what I see https://360.articulate.com/review/content/391d80b4-8c63-435b-8bf1-31440036c215/review . Let me know if I should file this separately for blue ocean.
          Hans Schulz made changes -
          Description Original: Having an input step inside parallel does now show up in the stage view as it does normally.
          To accept (or reject) these input steps, one has to open the build log and find the input step possibly mixed with other logs of other parallel branches.
          New: Having an input step inside parallel does now show up in the stage view as it does normally.
           To accept (or reject) these input steps, one has to open the build log and find the input step possibly mixed with other logs of other parallel branches.
          James Dumay made changes -
          Sprint New: Pipeline - Candidates [ 381 ]
          James Dumay made changes -
          Rank New: Ranked lower

          It seems like even an input after a parallel step won't show up if it is in the same stage.

          Example:

          stage("stage") {
              parallel(
                  "a": { echo "a" },
                  "b": { echo "b" }
              )
              input "input" // does not show up in stage view
          }

          Jessica Dawson added a comment - It seems like even an input after a parallel step won't show up if it is in the same stage. Example: stage( "stage" ) { parallel( "a" : { echo "a" }, "b" : { echo "b" } ) input "input" // does not show up in stage view }
          Vivek Pandey made changes -
          Sprint Original: Pipeline - Candidates [ 381 ]
          Vivek Pandey made changes -
          Rank New: Ranked higher

          Ian Driver added a comment -

          Also seeing this on the latest version

          Ian Driver added a comment - Also seeing this on the latest version

          Thomas Wire added a comment -

          Still here...

          Thomas Wire added a comment - Still here...

            Unassigned Unassigned
            schulzha Hans Schulz
            Votes:
            16 Vote for this issue
            Watchers:
            20 Start watching this issue

              Created:
              Updated: