-
Bug
-
Resolution: Fixed
-
Minor
-
all-latest
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