-
Bug
-
Resolution: Unresolved
-
Critical
-
None
I have a Declarative pipeline that runs a couple of http requests and based on the responses, it prompts the user for some input, using the input resource. The form does not always open without refreshing the page, but the more pressing issue that I would like to track is that when the input is submitted, the build does not progress onto the next stage like it should. On some occasions it does after 20 seconds, on others after 3 minutes, sometimes it stays at the same step with the form open until I refresh the page.
In the Safari Dev Tools I can see that there is an Unhandled Promise Rejection that is raised after I submit the input - which, like I mentioned above, seems to sometimes get recovered from.
I am using Jenkins Version 2.180 and Blue Ocean version 1.17.0