提交 8ab50323 编写于 作者: R rednuht 提交者: Vojtech Juranek

Update AbstractProject.java

Should follow this statement:
"Called after a job has its configuration updated."
上级 fd696e19
......@@ -703,8 +703,9 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
this.disabled = b;
if(b)
Jenkins.getInstance().getQueue().cancel(this);
ItemListener.fireOnUpdated(this);
save();
ItemListener.fireOnUpdated(this);
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册