提交 9a0c86e0 编写于 作者: J Josh Soref

When we are about to finish waiting, report that instead of unknown

上级 2a39a841
......@@ -2490,7 +2490,7 @@ public class Queue extends ResourceController implements Saveable {
if (diff >= 0)
return CauseOfBlockage.fromMessage(Messages._Queue_InQuietPeriod(Util.getTimeSpanString(diff)));
else
return CauseOfBlockage.fromMessage(Messages._Queue_Unknown());
return CauseOfBlockage.fromMessage(Messages._Queue_FinishedWaiting());
}
@Override
......
......@@ -200,6 +200,7 @@ Queue.InProgress=A build is already in progress
Queue.InQuietPeriod=In the quiet period. Expires in {0}
Queue.NodeOffline=\u2018{0}\u2019 is offline
Queue.Unknown=???
Queue.FinishedWaiting=Finished waiting
Queue.WaitingForNextAvailableExecutor=Waiting for next available executor
Queue.WaitingForNextAvailableExecutorOn=Waiting for next available executor on \u2018{0}\u2019
Queue.init=Restoring the build queue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册