-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: workflow-job-plugin
-
Labels:
-
Environment:all-latest
-
Similar Issues:
I've been using infinite Pipeline for a demo. The job was running for a couple of hours, and then Jenkins master declined to the build due to the StackOverflow.
node { int i = 0; while(true) { sh "echo 'Hello, world ${i}!'" sh "sleep 5" i = i + 1; } }
Log: See attachment
- relates to
-
JENKINS-50350 JEP-200: ConversionException: Refusing to unmarshal logPrefixCache
-
- Closed
-
- links to
Released with v2.19