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

if we don't even have a listener, try to go LOGGER

上级 bb9ae0b9
......@@ -113,7 +113,7 @@ import com.thoughtworks.xstream.XStream;
import java.io.FileOutputStream;
import java.io.OutputStream;
import static java.util.logging.Level.FINE;
import static java.util.logging.Level.*;
/**
* A particular execution of {@link Job}.
......@@ -1494,6 +1494,8 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
// ignore
}
}
} else {
LOGGER.log(SEVERE, getDisplayName()+" failed to build and we don't even have a listener",e);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册