提交 28880329 编写于 作者: D Daniel Beck 提交者: Oliver Gondža

[FIX JENKINS-44769] Don't access response when called from CLI

(cherry picked from commit 83671af5)
上级 92a3e420
......@@ -4129,7 +4129,9 @@ public class Jenkins extends AbstractCIBase implements DirectlyModifiableTopLeve
restart();
}
rsp.sendRedirect2(".");
if (rsp != null) {
rsp.sendRedirect2(".");
}
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册