提交 86cf920a 编写于 作者: K kohsuke

this configuration is optional.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5652 71c3de6d-444a-0410-be80-ed276b4c234a
上级 826b8ea4
......@@ -185,7 +185,7 @@ public class BuildTrigger extends Publisher {
public Publisher newInstance(StaplerRequest req, JSONObject formData) throws FormException {
return new BuildTrigger(
formData.getString("childProjects"),
formData.getBoolean("evenIfUnstable"));
formData.has("evenIfUnstable") && formData.getBoolean("evenIfUnstable"));
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册