-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Naginator supports only {{AbstractBuild}}s for now, that means it doesn't support pipelines (aka. workflow).
- is related to
-
JENKINS-36438 Naginator plugin throws NPE for pipeline jobs
-
- Resolved
-
Personally, I would like it if naginator provided a new node() method that could be programmed to retry on a different node if we catch some sort of I/O error. Because otherwise in pipeline jobs, we can already use the retry block to retry specific flakey parts of a pipeline but it doesn't let you target specific exception types. But there also might be another plugin that is better suited at this: JENKINS-44221