Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[fix JENKINS-20531], catch GitException during fetch, throw AbortExce…
…ption The AbortException is already thrown from another area of the same method, so throwing the AbortException is likely no worse than the existing AbortException which is thrown (instead of GitException).
- Loading branch information