提交 c1e3a64e 编写于 作者: O Oliver Gondža

Merge pull request #1693 from fbelzunc/runmap-retrieve

[JENKINS-27748] Improve exception management in RunMap#retrieve
......@@ -231,6 +231,8 @@ public final class RunMap<R extends Run<?,R>> extends AbstractLazyLoadRunMap<R>
LOGGER.log(Level.WARNING, "could not load " + d, e);
} catch (InstantiationError e) {
LOGGER.log(Level.WARNING, "could not load " + d, e);
} catch (Exception e) {
LOGGER.log(Level.WARNING, "could not load " + d, e);
}
}
return null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册