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

Oops

上级 b78119ee
......@@ -292,6 +292,7 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
if (current!=null && current.getClass()==getClass()) {
currentBuilds = ((AbstractProject)current).builds;
}
}
if (currentBuilds !=null) {
// if we are reloading, keep all those that are still building intact
for (R r : currentBuilds.getLoadedBuilds().values()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册