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

Oops

上级 b78119ee
......@@ -291,6 +291,7 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
Item current = parent.getItem(name);
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册