-
Bug
-
Resolution: Unresolved
-
Minor
-
None
We have a pipeline step that calls into the Checkmarx server for source code scans. If the server is down, then an AbortException is thrown and the pipeline stops. We do not want the pipeline to stop if this happens, but it seems that exception can't be caught nor handled in a post stage.