提交 f1ae45ac 编写于 作者: K Kohsuke Kawaguchi

report a fatal problem in the logger

上级 e2d7b399
......@@ -1482,6 +1482,8 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
*/
private void handleFatalBuildProblem(BuildListener listener, Throwable e) {
if(listener!=null) {
LOGGER.log(FINE, getDisplayName()+" failed to build",e);
if(e instanceof IOException)
Util.displayIOException((IOException)e,listener);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册