提交 9bcd351e 编写于 作者: J Jesse Glick

arbitrary change

上级 63a29a90
......@@ -1143,7 +1143,8 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
}
}
@Override public CauseOfBlockage getCauseOfBlockage() {
@Override
public CauseOfBlockage getCauseOfBlockage() {
// Block builds until they are done with post-production
if (isLogUpdated() && !isConcurrentBuild()) {
return new BlockedBecauseOfBuildInProgress(getLastBuild());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册