提交 8e74242d 编写于 作者: N Nicolas De Loof

[JENKINS-12235] root cause is hidden by by script deletion failure

上级 31fd0c97
......@@ -102,6 +102,8 @@ public abstract class CommandInterpreter extends Builder {
} catch (IOException e) {
Util.displayIOException(e,listener);
e.printStackTrace( listener.fatalError(Messages.CommandInterpreter_UnableToDelete(script)) );
} catch (Exception e) {
e.printStackTrace( listener.fatalError(Messages.CommandInterpreter_UnableToDelete(script)) );
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册