[JIRA] (JENKINS-60177) StackOverflowError After Pipeline Declarative Upgraded to 1.4.0

2020-02-17 Thread charles.boza...@dematic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Charles Bozarth commented on  JENKINS-60177  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: StackOverflowError After Pipeline Declarative Upgraded to 1.4.0   
 

  
 
 
 
 

 
 I did some additional testing looking for more information. But nothing conclusive. Here's what I tried. I looked for another system log. The logs I found only reported the same stack trace. I installed a new, clean instance of Jenkins v2.204.2 on Windows 10 with the default plugins. This puts Pipeline: Declarative at v1.5.1. The error still occurs. I haven't yet tried this pipeline on Linux.  
 

  
 
 
 
 

 
 
 

 
 
 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.203137.1573756767000.737.1581950580288%40Atlassian.JIRA.


[JIRA] (JENKINS-60177) StackOverflowError After Pipeline Declarative Upgraded to 1.4.0

2019-12-02 Thread bitwise...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liam Newman commented on  JENKINS-60177  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: StackOverflowError After Pipeline Declarative Upgraded to 1.4.0   
 

  
 
 
 
 

 
 Hm, there's nothing in that stack trace that helps me understand what is going wrong there.  I'll take a look at it in the next release after 1.5.0.   
 

  
 
 
 
 

 
 
 

 
 
 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.203137.1573756767000.10255.1575316020472%40Atlassian.JIRA.


[JIRA] (JENKINS-60177) StackOverflowError After Pipeline Declarative Upgraded to 1.4.0

2019-11-14 Thread charles.boza...@dematic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Charles Bozarth created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60177  
 
 
  StackOverflowError After Pipeline Declarative Upgraded to 1.4.0   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Andrew Bayer  
 
 
Attachments: 
 Console Output for StackOverflowError.txt, Example Pipeline for StackOverflowError.groovy  
 
 
Components: 
 pipeline-model-definition-plugin  
 
 
Created: 
 2019-11-14 18:39  
 
 
Environment: 
 Windows Server 2016 10.0.14393 N/A Build 14393  Jenkins v2.190.2  Java runtime version 1.8.0_66-b18  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Charles Bozarth  
 

  
 
 
 
 

 
 A multibranch pipeline began failing with a StackOverflowError after updating these plugins to 1.4.0. Rolling back to 1.3.9 resolved the issue. 
 
Pipeline: Declarative 
Pipeline: Declarative Extension Points API 
Pipeline: Model API 
Pipeline: Stage Tags Metadata 
 This particular pipeline uses a when statement to bypass a block of stages. These stages are configured as sequential stages, three stages within a parent stage where the when statement is. If the stages are not skipped then the error does not occur. The pipeline is running on the master (Windows) system with no slaves defined. Attached is a simplified pipeline and the console output. I've defined the BRANCH_NAME environment variable manually to simulate