提交 51f71516 编写于 作者: L lvotypko

Prevent to exception which causes that build will not be saved.

上级 12ee4f9f
......@@ -1530,13 +1530,12 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
try {
job.cleanUp(listener);
RunListener.fireCompleted(this,listener);
} catch (Exception e) {
handleFatalBuildProblem(listener,e);
// too late to update the result now
}
RunListener.fireCompleted(this,listener);
if(listener!=null)
listener.finished(result);
if(listener!=null)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册