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

Input in parallel does not show up on stage view

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            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.

            plukevdh 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
            }
            jdawson 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 }
            idriver Ian Driver added a comment -

            Also seeing this on the latest version

            idriver Ian Driver added a comment - Also seeing this on the latest version
            tomwire Thomas Wire added a comment -

            Still here...

            tomwire Thomas Wire added a comment - Still here...

            2.313, still here.

            fesenych Dmitrii Fesenko added a comment - 2.313, still here.

            People

              Unassigned Unassigned
              schulzha Hans Schulz
              Votes:
              15 Vote for this issue
              Watchers:
              18 Start watching this issue

              Dates

                Created:
                Updated: