diff --git a/core/src/main/java/hudson/matrix/MatrixProject.java b/core/src/main/java/hudson/matrix/MatrixProject.java index 6aa3be28bbd60e40561c910210c1e6270c5de79e..484fc74fe7358bd8284481dd0881cef3a9d20240 100644 --- a/core/src/main/java/hudson/matrix/MatrixProject.java +++ b/core/src/main/java/hudson/matrix/MatrixProject.java @@ -230,7 +230,7 @@ public class MatrixProject extends AbstractProject 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