[JIRA] (JENKINS-53873) events listeners failures cause build to fail

2018-10-02 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53873  
 
 
  events listeners failures cause build to fail   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53873) events listeners failures cause build to fail

2018-10-02 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 All Octane's related logic, which is running on the Jenkins' main events thread, was wrapped in exception catch to prevent interfering with the build continuity.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-53873  
 
 
  events listeners failures cause build to fail   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53873) events listeners failures cause build to fail

2018-10-02 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller started work on  JENKINS-53873  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Yuri Guller  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53873) events listeners failures cause build to fail

2018-10-02 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53873  
 
 
  events listeners failures cause build to fail   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-10-02 11:52  
 
 
Environment: 
 any  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 MF plugin (specifically most of the Octane CI integration logic) has several Jenkins' events listeners - on builds, on workflow, on SCM and on item changes. Those listeners are running on the mail thread, and therefore any uncaught failure in them will cause the whole build to fail. This is not correct. Correct way to do it, is that any non-mission critical failure (which is none of the Octane's plugin provided functionalities as of now) should handle any failure silently, log it to its own log and let the build to continue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment