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

Input Steps Outside Block-Scoped Stages Do Not Show Notifications

      To reproduce:

      stage ('sample') {
        echo 'do something'
      }
      input 'I am invisible'
      

      Run the above build, you will not see a popup for the input step, because it's not attached to a stage.

      To solve this, we need to attach any in-progress input steps from the run to the last stage so notifications are visible.

      May require some custom logic in the ChunkVisitor on the atomNode.

          [JENKINS-38385] Input Steps Outside Block-Scoped Stages Do Not Show Notifications

          Sam Van Oort created issue -
          Sam Van Oort made changes -
          Priority Original: Minor [ 4 ] New: Major [ 3 ]
          James Dumay made changes -
          Resolution New: Won't Fix [ 2 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Sam Van Oort made changes -
          Resolution Original: Won't Fix [ 2 ]
          Status Original: Resolved [ 5 ] New: Reopened [ 4 ]
          CloudBees Inc. made changes -
          Remote Link New: This issue links to "CloudBees Internal OSS-1539 (Web Link)" [ 18659 ]

            svanoort Sam Van Oort
            svanoort Sam Van Oort
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: