-
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
[JENKINS-38383] StackOverflow when loading a large pipeline job
Attachment | New: InfinitePipeline.zip [ 34026 ] | |
Attachment | New: log.txt [ 34027 ] |
Priority | Original: Critical [ 2 ] | New: Minor [ 4 ] |
Component/s | New: workflow-job-plugin [ 21716 ] | |
Component/s | Original: pipeline [ 21692 ] |
Assignee | New: Sam Van Oort [ svanoort ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "Workflow-Job Plugin PR#1 (Web Link)" [ 20183 ] |
Attachment | New: workflow-job.hpi [ 41611 ] |
Link |
New:
This issue relates to |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Closed [ 6 ] |