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

          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.

          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 }

          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...

          2.313, still here.

          Dmitrii Fesenko added a comment - 2.313, still here.

          Viktor Sam added a comment -

          Version 2.425 affected too

          Viktor Sam added a comment - Version 2.425 affected too

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

              Created:
              Updated: