提交 0a9fdaf0 编写于 作者: K kohsuke

assist error diagnostics

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@35880 71c3de6d-444a-0410-be80-ed276b4c234a
上级 50801222
......@@ -757,7 +757,8 @@ public class Queue extends ResourceController implements Saveable {
if(j.canTake(p.task))
candidates.add(j);
Mapping m = loadBalancer.map(p.task, new MappingWorksheet(p, candidates));
MappingWorksheet ws = new MappingWorksheet(p, candidates);
Mapping m = loadBalancer.map(p.task, ws);
if (m == null)
// if we couldn't find the executor that fits,
// just leave it in the buildables list and
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册