[JIRA] (JENKINS-58189) Submitting user input causes unhandledPromiseRejection in Blue Ocean

2019-09-23 Thread andreimuresia...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Muresianu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58189  
 
 
  Submitting user input causes unhandledPromiseRejection in Blue Ocean   
 

  
 
 
 
 

 
Change By: 
 Andrei Muresianu  
 
 
Priority: 
 Minor Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200243.1561475453000.3427.1569253080118%40Atlassian.JIRA.


[JIRA] (JENKINS-58189) Submitting user input causes unhandledPromiseRejection in Blue Ocean

2019-06-25 Thread andreimuresia...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Muresianu created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58189  
 
 
  Submitting user input causes unhandledPromiseRejection in Blue Ocean   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2019-06-25 15:10  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Andrei Muresianu  
 

  
 
 
 
 

 
 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  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment