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

Merge remote-tracking branch 'origin/rc'

......@@ -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.
先完成此消息的编辑!
想要评论请 注册