提交 b49cc1e0 编写于 作者: K kohsuke

- allowing InterruptedException in more places.

- hooking up FileSystemProvisioner


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15347 71c3de6d-444a-0410-be80-ed276b4c234a
上级 54b9f6bb
......@@ -230,7 +230,7 @@ public class MatrixProject extends AbstractProject<MatrixProject,MatrixBuild> im
rebuildConfigurations();
}
public void logRotate() throws IOException {
public void logRotate() throws IOException, InterruptedException {
super.logRotate();
// perform the log rotation of inactive configurations to make sure
// their logs get eventually discarded
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册