-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Blocker
-
Component/s: workflow-cps-plugin
-
Environment:Jenkins 2.46.3
Plugin Pipeline: Groovy (workflow-cps) version 2.33
After updating the plugin "Pipeline: Groovy" (ID:workflow-cps) from version 2.32 to 2.33 the jobs using declarative pipeline fail.
A pipeline job configured with the following script (not from SCM):
pipeline{
agent any
stages{
stage('Step A'){
steps{
echo 'This is step A'
}
}
}
}
Â
fails and gives the following error:
java.lang.StackOverflowError
Â
Complete output attached in this file:Â jenkinsOutput.txt![]()
- duplicates
-
JENKINS-44578 StackOverflowError in CpsTransformer running Declarative on JVMs with small -Xss in workflow-cps 2.33
-
- Resolved
-