-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.0, pipeline 2.0, rhel 6.5(hosted on), safari
I have provided example code that seems to freeze a parallel pipeline job. I am unable to kill it unless I restart Jenkins first.
Attached is example code. It raises a MissingMethodException (through a bad calling of timeout). I would expect the parallel step to end.
Probably the exception triggers a CPS VM-level error that forces the Flow to end – not sure how viable that is?