提交 cae20e76 编写于 作者: B Baptiste Mathus 提交者: Oliver Gondža

Merge pull request #4329 from lgoenner/executor

[JENKINS-57304] - Add call to oneOffExecutors.remove in Computer.removeExecutor

(cherry picked from commit cb424f3c)
上级 e29e3635
......@@ -1088,6 +1088,7 @@ public /*transient*/ abstract class Computer extends Actionable implements Acces
public void run() {
synchronized (Computer.this) {
executors.remove(e);
oneOffExecutors.remove(e);
addNewExecutorIfNecessary();
if (!isAlive()) {
AbstractCIBase ciBase = Jenkins.getInstanceOrNull();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册