提交 0c3d6709 编写于 作者: I ikedam

[FIXED JENKINS-21932] Call Item#cancel when a task in a queue is cancelled.

上级 5c367227
......@@ -646,7 +646,7 @@ public class Queue extends ResourceController implements Saveable {
public synchronized boolean cancel(Item item) {
LOGGER.log(Level.FINE, "Cancelling {0} item#{1}", new Object[] {item.task, item.id});
boolean r = item.leave(this);
boolean r = item.cancel(this);
LeftItem li = new LeftItem(item);
li.enter(this);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册