Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: workflow-job-plugin
-
Labels:
-
Environment:all-latest
-
Similar Issues:
Description
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
Attachments
Issue Links
- relates to
-
JENKINS-50350 JEP-200: ConversionException: Refusing to unmarshal logPrefixCache
-
- Closed
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | InfinitePipeline.zip [ 34026 ] | |
Attachment | log.txt [ 34027 ] |
Priority | Critical [ 2 ] | Minor [ 4 ] |
Component/s | workflow-job-plugin [ 21716 ] | |
Component/s | pipeline [ 21692 ] |
Assignee | Sam Van Oort [ svanoort ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "Workflow-Job Plugin PR#1 (Web Link)" [ 20183 ] |
Attachment | workflow-job.hpi [ 41611 ] |
Link |
This issue relates to |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Closed [ 6 ] |