[JIRA] (JENKINS-56874) Log4j2.xml file in the plugin causes unexpected errors

2019-06-02 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller commented on  JENKINS-56874  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Log4j2.xml file in the plugin causes unexpected errors   
 

  
 
 
 
 

 
 I've identified some of the cases when plugin may attempt to write (or at least initially create the folder structure) logs before the logger is customized with the target folder and actually already pushed a fix for that issue, see PR below: https://github.com/MicroFocus/hpaa-octane-dev/pull/211   I"m pretty sure that this will be a part of the next beta and release, not sure though about the exact timings.   Let's see if the issue will reproduce with this fix in.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198543.1554368545000.18555.1559483700357%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-56874) Log4j2.xml file in the plugin causes unexpected errors

2019-04-11 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller commented on  JENKINS-56874  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Log4j2.xml file in the plugin causes unexpected errors   
 

  
 
 
 
 

 
 Well, we definitely missing something here, since all the paths are predefined in the plugin and as such it is running successfully on thousands of Jenkinses. We have 2 ways to solve this logs part, one of them available immediately (you may create/copy our log4j.xml to the exploded plugin's WEB-INF/classes folder and configure to logs location there), BUT this would wrong IMHO, since the very same folder is expected to be used also for our persisted queues. So few more questions: 
 
It is docker, right? 
Is this user_home directory mounted volume and probably docker can't write into it or some else scenario that you may think about? 
Can you ensure that this folder is indeed the folder that Jenkins sees as it's userContent (you may navigate to it from Jenkins UI, main page, left side menu, User Content link)? 
 Baptiste Mathus: 
 
are you also running the Jenkins in Docker? 
can you also check the permissions part on the said folder? 
 Thanks for cooperation.    
 

  
 
 
 
 

 
 
 

 
 
 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-56874) Log4j2.xml file in the plugin causes unexpected errors

2019-04-09 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller commented on  JENKINS-56874  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Log4j2.xml file in the plugin causes unexpected errors   
 

  
 
 
 
 

 
 Hi all here, The plugin is said to write the logs into the `userContent` folder under the Jenkins base folder, which in general should be a generally accessible folder for custom contents. Can you, please, check if indeed your `userContent` folder is not accessible to the user, the Jenkins process is running with?  
 

  
 
 
 
 

 
 
 

 
 
 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-55161) fix test injection for folder/multibranch jobs

2018-12-20 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller commented on  JENKINS-55161  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: fix test injection for folder/multibranch jobs   
 

  
 
 
 
 

 
 Fix is available in 5.6.2 version.  
 

  
 
 
 
 

 
 
 

 
 
 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-55161) fix test injection for folder/multibranch jobs

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


 
 
 
 

 
 
 

 
   
 Yuri Guller updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55161  
 
 
  fix test injection for folder/multibranch jobs   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 

  
 
 
 
 

 
 When Octane is inter-operating with jobs found in Folder or pipelines which are part of mutlibranch pipeline (which is under the hood runs as folder and which is the default choice in BlueOcean Jenkins' makeup) - the test results are not pushed to the Octane in the correct context format.  
 

  
 
 
 
 

 
 
 

 
 
 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-55161) fix test injection for folder/multibranch jobs

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


 
 
 
 

 
 
 

 
   
 Yuri Guller started work on  JENKINS-55161  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
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-55161) fix test injection for folder/multibranch jobs

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


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55161  
 
 
  fix test injection for folder/multibranch jobs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-12-12 22:14  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 
 

 
 
 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-54696) handle 502 Octane's response as temporary error for any flow

2018-11-19 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54696  
 
 
  handle 502 Octane's response as temporary error for any flow   
 

  
 
 
 
 

 
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-54696) handle 502 Octane's response as temporary error for any flow

2018-11-19 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54696  
 
 
  handle 502 Octane's response as temporary error for any flow   
 

  
 
 
 
 

 
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-54696) handle 502 Octane's response as temporary error for any flow

2018-11-19 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller started work on  JENKINS-54696  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
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-54696) handle 502 Octane's response as temporary error for any flow

2018-11-19 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54696  
 
 
  handle 502 Octane's response as temporary error for any flow   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-11-19 11:59  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 There are several flow where Octane's plugin interacts with Octane. Most of the responses considered to be PERMANENT error, except 503 (end IO exception) which considered to be TEMPORARY error. 502 should also be handled as a TEMPORARY error, since this is the behavior of most of LBs while translating server's 503 to the end user.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
  

[JIRA] (JENKINS-54302) silently close octane log (SDK managed)

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


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54302  
 
 
  silently close octane log (SDK managed)   
 

  
 
 
 
 

 
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-54302) silently close octane log (SDK managed)

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


 
 
 
 

 
 
 

 
   
 Yuri Guller resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54302  
 
 
  silently close octane log (SDK managed)   
 

  
 
 
 
 

 
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-54302) silently close octane log (SDK managed)

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


 
 
 
 

 
 
 

 
   
 Yuri Guller started work on  JENKINS-54302  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
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-54300) silently close uft dispatcher queue on Jenkins shutdown

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


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54300  
 
 
  silently close uft dispatcher queue on Jenkins shutdown   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 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-54301) silently close uft dispatcher queue on Jenkins shutdown

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


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54301  
 
 
  silently close uft dispatcher queue on Jenkins shutdown   
 

  
 
 
 
 

 
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-54301) silently close uft dispatcher queue on Jenkins shutdown

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


 
 
 
 

 
 
 

 
   
 Yuri Guller resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54301  
 
 
  silently close uft dispatcher queue on Jenkins shutdown   
 

  
 
 
 
 

 
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-54302) silently close octane log (SDK managed)

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


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54302  
 
 
  silently close octane log (SDK managed)   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-10-29 07:54  
 
 
Environment: 
 Dev env  
 
 
Priority: 
  Trivial  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 When closing Jenkins instance - shutdown sequence of plugin and its SDK is being executed. This sequence should ALSO stop/close custom logging and its files. In dev env, this prevents from removing TEMP folders, yet it is generally correct for any env.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
  

[JIRA] (JENKINS-54301) silently close uft dispatcher queue on Jenkins shutdown

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


 
 
 
 

 
 
 

 
   
 Yuri Guller started work on  JENKINS-54301  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
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-54301) silently close uft dispatcher queue on Jenkins shutdown

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


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54301  
 
 
  silently close uft dispatcher queue on Jenkins shutdown   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-10-29 07:51  
 
 
Environment: 
 Dev env  
 
 
Priority: 
  Trivial  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 When running tests, Jenkins shutdown is prevented from cleaning up temporary folder due to some of our plugin's files are still held open. One of them - uft dispatcher's queue file - should be handled as part of this defect Another one - nga.log, will be handled separately as part of SDK fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
   

[JIRA] (JENKINS-54300) silently close uft dispatcher queue on Jenkins shutdown

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


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54300  
 
 
  silently close uft dispatcher queue on Jenkins shutdown   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-10-29 07:50  
 
 
Environment: 
 Dev env  
 
 
Priority: 
  Trivial  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 When running tests, Jenkins shutdown is prevented from cleaning up temporary folder due to some of our plugin's files are still held open. One of them - uft dispatcher's queue file - should be handled as part of this defect Another one - nga.log, will be handled separately as part of SDK fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
   

[JIRA] (JENKINS-54253) fix SSC (Fortify) integration

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


 
 
 
 

 
 
 

 
   
 Yuri Guller resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54253  
 
 
  fix SSC (Fortify) integration   
 

  
 
 
 
 

 
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-54253) fix SSC (Fortify) integration

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


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54253  
 
 
  fix SSC (Fortify) integration   
 

  
 
 
 
 

 
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-54253) fix SSC (Fortify) integration

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


 
 
 
 

 
 
 

 
   
 Yuri Guller started work on  JENKINS-54253  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
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-54253) fix SSC (Fortify) integration

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


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54253  
 
 
  fix SSC (Fortify) integration   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-10-25 15:46  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 after the refactoring of the OctaneSDK to multi-shared space work flavor, SSC integration failed to retrieve/get some of the required configuration  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-53674) fix SRF/SRL/PC test types detection

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


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53674  
 
 
  fix SRF/SRL/PC test types detection   
 

  
 
 
 
 

 
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-53674) fix SRF/SRL/PC test types detection

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


 
 
 
 

 
 
 

 
   
 Yuri Guller resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53674  
 
 
  fix SRF/SRL/PC test types detection   
 

  
 
 
 
 

 
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 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  
 

  

[JIRA] (JENKINS-53674) fix SRF/SRL/PC test types detection

2018-09-20 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller started work on  JENKINS-53674  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
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-53674) fix SRF/SRL/PC test types detection

2018-09-20 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53674  
 
 
  fix SRF/SRL/PC test types detection   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 

  
 
 
 
 

 
 After the rebranding of the prev HP(E) plugins to the MicroFocus, autodetection of the SRF/SRL/PC tests type got broken.Fix will include switching the check from fully qualified class name of the builder to the simple file name.  
 

  
 
 
 
 

 
 
 

 
 
 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-53674) fix SRF/SRL/PC test types detection

2018-09-20 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53674  
 
 
  fix SRF/SRL/PC test types detection   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 
 
Issue Type: 
 Improvement Bug  
 

  
 
 
 
 

 
 
 

 
 
 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-52360) add support for SVN SCM for workflow kind of pipeline

2018-09-20 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52360  
 
 
  add support for SVN SCM for workflow kind of pipeline   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 
 
Issue Type: 
 Bug New Feature  
 

  
 
 
 
 

 
 
 

 
 
 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-52360) add support for SVN SCM for workflow kind of pipeline

2018-09-20 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52360  
 
 
  add support for SVN SCM for workflow kind of pipeline   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 
 
Issue Type: 
 New Feature Bug  
 

  
 
 
 
 

 
 
 

 
 
 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-53674) fix SRF/SRL/PC test types detection

2018-09-20 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53674  
 
 
  fix SRF/SRL/PC test types detection   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-09-20 07:05  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 
 

 
 
 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-53343) improving processing of the workflow (aka pipeline-as-a-code) pipelines - structure, stages

2018-09-12 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53343  
 
 
  improving processing of the workflow (aka pipeline-as-a-code) pipelines - structure, stages   
 

  
 
 
 
 

 
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-53343) improving processing of the workflow (aka pipeline-as-a-code) pipelines - structure, stages

2018-09-12 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53343  
 
 
  improving processing of the workflow (aka pipeline-as-a-code) pipelines - structure, stages   
 

  
 
 
 
 

 
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-53400) improving events dispatching mechanism - adding durability and smarter suspension

2018-09-05 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53400  
 
 
  improving events dispatching mechanism - adding durability and smarter suspension   
 

  
 
 
 
 

 
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-53400) improving events dispatching mechanism - adding durability and smarter suspension

2018-09-05 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53400  
 
 
  improving events dispatching mechanism - adding durability and smarter suspension   
 

  
 
 
 
 

 
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-53410) better handling of resolution of 'isInternal' question for step/job/build

2018-09-04 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53410  
 
 
  better handling of resolution of 'isInternal' question for step/job/build   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 

  
 
 
 
 

 
 In OctaneBuildListenerImpl we have a logic to decide if the event to be sent should be marked as INTERNAL phase or POSTBUILD.This logic location and implementation should be improved.At the moment of refactoring, we MAY consider to attempt to resolve not only INTERNAL or POSTBUILD, but also which phase (numeric index) should event belong to.  
 

  
 
 
 
 

 
 
 

 
 
 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-53410) better handling of resolution of 'isInternal' question for step/job/build

2018-09-04 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53410  
 
 
  better handling of resolution of 'isInternal' question for step/job/build   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-09-04 14:07  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 
 

 
 
 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-53400) improving events dispatching mechanism - adding durability and smarter suspension

2018-09-04 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53400  
 
 
  improving events dispatching mechanism - adding durability and smarter suspension   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 

  
 
 
 
 

 
 Our plugin collects and dispatches events to Octane server.Up till now, at Octane down times we kept a very small amount of events up to 2 mins and discarded all of them immediately after that.It was found, that average CI Server (or even quite a loaded one) produces about ~2300 events in a normal working day / normal working hours (counting started/finished/scm events).Therefore we decided to improve our handling of Octane's disconnection situation and store up to 3000 events in memory until the connection is re-established.If the queue reaches 3000, we'll remove the overheads from the beginning of the queue, meaning we'll keep the latest events.When connection is re-established - all of the events will be gradually drained out (benchmarks TBD).In addition, added suspension mechanism, which en-sleeps the dispatching thread if there are no events in queue and knows to release the monitor when first new event enters the queue.   
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-53400) improving events dispatching mechanism - adding durability and smarter suspension

2018-09-04 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller started work on  JENKINS-53400  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
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-53400) improving events dispatching mechanism - adding durability and smarter suspension

2018-09-04 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53400  
 
 
  improving events dispatching mechanism - adding durability and smarter suspension   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-09-04 07:18  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 
 

 
 
 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-53343) improving processing of the workflow (aka pipeline-as-a-code) pipelines - structure, stages

2018-08-30 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53343  
 
 
  improving processing of the workflow (aka pipeline-as-a-code) pipelines - structure, stages   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 

  
 
 
 
 

 
 improving/fixing Octane's processing of workflow pipeline- fixing stages events and reflecting in correct structure/causes chain- fixing threadsafety issue with Workflow Listener- fixing tests pushed twice for any workflow pipeline having more than one WorkspaceAction  
 

  
 
 
 
 

 
 
 

 
 
 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-53343) improving processing of the workflow (aka pipeline-as-a-code) pipelines - structure, stages

2018-08-30 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller started work on  JENKINS-53343  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
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-53343) improving processing of the workflow (aka pipeline-as-a-code) pipelines - structure, stages

2018-08-30 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53343  
 
 
  improving processing of the workflow (aka pipeline-as-a-code) pipelines - structure, stages   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-08-30 06:22  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 
 

 
 
 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-52833) fix potential classloader linkage error

2018-08-14 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Won't Do  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The problem that appeared as classloading linkage error on the plugin's startup on the main thread, now moved to happened (much more rarely, though) within one of the internal plugin's threads. Complete resolution of this problem would require our plugin to use 'child first' class loading strategy or get rid of Apache's HTTP client. Another important thing to mention is that this issue has been never reported from the production systems, we ourselves have observed it on the local dev environments only.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-52833  
 
 
  fix potential classloader linkage error   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 
 
Status: 
 In Progress Closed  
 
 
Resolution: 
 Won't Do  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-52910) aligning security cookie domain handling to align with RFC-6265

2018-08-14 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52910  
 
 
  aligning security cookie domain handling to align with RFC-6265   
 

  
 
 
 
 

 
Change By: 
 Yuri Guller  
 
 
Status: 
 In Progress Closed  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 next release of the plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-52910) aligning security cookie domain handling to align with RFC-6265

2018-08-07 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller started work on  JENKINS-52910  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Yuri Guller  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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-52910) aligning security cookie domain handling to align with RFC-6265

2018-08-07 Thread gulle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yuri Guller created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-52910  
 
 
  aligning security cookie domain handling to align with RFC-6265   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Yuri Guller  
 
 
Components: 
 hp-application-automation-tools-plugin  
 
 
Created: 
 2018-08-07 08:06  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Yuri Guller  
 

  
 
 
 
 

 
 Octane's plugin connectivity to Octane's server should handle the cookies (specifically, security cookie) according to the RFC-6265  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA