未验证 提交 eec0188c 编写于 作者: J Jesse Glick

Merge branch 'security-stable-2.73' into security-stable-2.89

......@@ -3105,7 +3105,7 @@ public class Jenkins extends AbstractCIBase implements DirectlyModifiableTopLeve
});
}
g.requires(JOB_LOADED).add("Cleaning up obsolete items deleted from the disk", new Executable() {
g.requires(JOB_LOADED).attains(COMPLETED).add("Cleaning up obsolete items deleted from the disk", new Executable() {
public void run(Reactor reactor) throws Exception {
// anything we didn't load from disk, throw them away.
// doing this after loading from disk allows newly loaded items
......@@ -3120,7 +3120,7 @@ public class Jenkins extends AbstractCIBase implements DirectlyModifiableTopLeve
}
});
g.requires(JOB_LOADED).add("Finalizing set up",new Executable() {
g.requires(JOB_LOADED).attains(COMPLETED).add("Finalizing set up",new Executable() {
public void run(Reactor session) throws Exception {
rebuildDependencyGraph();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册