Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: pipeline-model-definition-plugin
-
Labels:None
-
Environment:pipeline-model-definition-plugin 1.1.9
-
Similar Issues:
Description
After creation of a new job with jobDSL the created pipeline freezes just before starts to run.
Debugging I noticed the thread is locked at Utils.groovy#L869
The attached stack trace shows a possible conflict with groovy MetaClass getProperty, causing the mentioned loop.
As seen in attached file "jobDsl", the "logRotator" command causes the bug, but I think it's a pipeline-model-definition bug.
Added link to a PR, with a fix and a test case.