提交 a415ac59 编写于 作者: K kohsuke

forgot to hook up the global config.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1196 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9c90582f
......@@ -15,6 +15,8 @@ import hudson.scm.SCMS;
import hudson.tasks.BuildStep;
import hudson.tasks.Builder;
import hudson.tasks.Publisher;
import hudson.tasks.BuildWrappers;
import hudson.tasks.BuildWrapper;
import hudson.triggers.Trigger;
import hudson.triggers.Triggers;
import hudson.util.FormFieldValidator;
......@@ -720,6 +722,9 @@ public final class Hudson extends JobCollection implements Node {
for( Descriptor<Publisher> d : BuildStep.PUBLISHERS )
result &= d.configure(req);
for( Descriptor<BuildWrapper> d : BuildWrappers.WRAPPERS )
result &= d.configure(req);
for( Descriptor<SCM> scmd : SCMS.SCMS )
result &= scmd.configure(req);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册