I have a pipeline which runs couple of Executions (stages) on Jenkins where if one Executions (stage) fails it fails whole Pipeline and rest of stages are not even executed. I added try-catch as that normally works with rest of pipelines to solve this issue but with Katalon Plugin it does not help. Is there any way to avoid this from happening ? Basically whenever exit code any other than 0 its failing all stages.