提交 5e893973 编写于 作者: D Daniel Beck

Merge pull request #1501 from daniel-beck/JENKINS-26208

[FIXED JENKINS-26208] Do not skip polling while quieting down
......@@ -128,11 +128,6 @@ public class SCMTrigger extends Trigger<Item> {
* @since 1.375
*/
public void run(Action[] additionalActions) {
if (Jenkins.getInstance().isQuietingDown()) {
LOGGER.log(INFO, "Skipping polling for {0} since Jenkins is in quiet mode", job.getFullName());
return;
}
DescriptorImpl d = getDescriptor();
LOGGER.fine("Scheduling a polling for "+job);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册