提交 eeebfee5 编写于 作者: N Nicolas De Loof

[FIXED JENKINS-20966] flush output so cli get the build number being started

上级 80da8f29
......@@ -161,6 +161,7 @@ public class BuildCommand extends CLICommand {
}
AbstractBuild b = f.waitForStart(); // wait for the start
stdout.println("Started "+b.getFullDisplayName());
stdout.flush();
if (sync || follow) {
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册