-
Bug
-
Resolution: Duplicate
-
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.
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?' }
- duplicates
-
JENKINS-63892 Missing pipeline input hover in stage view
-
- Resolved
-
[JENKINS-63914] Input step popup is not appearing on version 2.17
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} |
Issue Type | Original: Task [ 3 ] | New: Bug [ 1 ] |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Attachment | New: Screenshot 2020-10-16 at 09.29.51.png [ 52976 ] | |
Attachment | New: Screenshot 2020-10-16 at 09.37.11.png [ 52977 ] |
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! ] |
Attachment | Original: Screenshot 2020-10-16 at 09.29.51.png [ 52976 ] |
Attachment | Original: Screenshot 2020-10-16 at 09.37.11.png [ 52977 ] |