提交 8b050211 编写于 作者: K kohsuke

matrix build shouldn't wait for the quiet period. That's pointless (#1388)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7566 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e9562a35
......@@ -128,7 +128,7 @@ public class MatrixBuild extends AbstractBuild<MatrixProject,MatrixBuild> {
try {
for(MatrixConfiguration c : activeConfigurations) {
logger.println(Messages.MatrixBuild_Triggering(c.getName()));
c.scheduleBuild();
c.scheduleBuild(0); // start with no delay
}
// this occupies an executor unnecessarily.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册