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

Input step popup is not appearing on version 2.17

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • Tested on firefox, Internet explorer and chrome

      Stage Input step popup was currently working on 2.15. After an upgrade to 2.17, Input step popup is not appearing.

      example

      When you are using Pipelines and you are using the View Pipeline plugin, you should run your project and execute your input steps inside a STAGE, for example:

       

      This should show a popup on stage view like this example it's not working anymore on the new versions 2.16 and 2.17

      stage 'check-in' 
      node ('master') { 
        input 'Are you sure?' 
      }

          [JENKINS-63914] Input step popup is not appearing on version 2.17

          Yasser B created issue -
          Yasser B made changes -
          Description Original: Stage Input step popup was currently working on 2.15. After an upgrade to 2.17, Input step popup is not appearing.

          [link example|https://i.stack.imgur.com/s5qxb.png]

          When you are using Pipelines and you are using the View Pipeline plugin, you should run your project and execute your input steps inside a STAGE, for example:

           

          This should show a popup on stage view like this [link example|[https://i.stack.imgur.com/s5qxb.png],] it's not working anymore on the new versions 2.16 and 2.17

          {{}}
          {code:java}
          stage 'check-in'
          node ('master') {
            input 'Are you sure?'
          }{code}
          {{}}
          New: Stage Input step popup was currently working on 2.15. After an upgrade to 2.17, Input step popup is not appearing.

          [example|https://i.stack.imgur.com/s5qxb.png]

          When you are using Pipelines and you are using the View Pipeline plugin, you should run your project and execute your input steps inside a STAGE, for example:

           

          This should show a popup on stage view like this [example|https://i.stack.imgur.com/s5qxb.png] it's not working anymore on the new versions 2.16 and 2.17
          {code:java}
          stage 'check-in'
          node ('master') {
            input 'Are you sure?'
          }{code}
          Yasser B made changes -
          Issue Type Original: Task [ 3 ] New: Bug [ 1 ]
          Tobias Gruetzmacher made changes -
          Link New: This issue duplicates JENKINS-63892 [ JENKINS-63892 ]
          Tobias Gruetzmacher made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Closed [ 6 ]
          Tomasz G made changes -
          Attachment New: Screenshot 2020-10-16 at 09.29.51.png [ 52976 ]
          Attachment New: Screenshot 2020-10-16 at 09.37.11.png [ 52977 ]
          Tomasz G made changes -
          Comment [ Pop up, actually appears but it's location is set to minus few hundred pixels ,so most of the time it's outside of view (you can see pop-up if you hover the box waiting for input which is really close to the right border of window).

          I've made few screenshots to present when it happen. I also find out that even if other pop-us work (like in-progress), they do something strange with view because when they're active, scroll bar on the bottom activates.

          For me it looks like some CSS positioning issue.

           

          Issue was absent it 2.243, we first faced it in 2.259, it also persist in 2.262.

          !Screenshot 2020-10-16 at 09.29.51.png|width=511,height=285! ]
          Tomasz G made changes -
          Attachment Original: Screenshot 2020-10-16 at 09.29.51.png [ 52976 ]
          Tomasz G made changes -
          Attachment Original: Screenshot 2020-10-16 at 09.37.11.png [ 52977 ]

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

              Created:
              Updated:
              Resolved: