提交 5f06dfe8 编写于 作者: K Kohsuke Kawaguchi

[JENKINS-21018]

Being defensive.
上级 1b65fbb5
......@@ -125,6 +125,8 @@ public class BeanBuilder extends GroovyObjectSupport {
* Parses the bean definition groovy script by first exporting the given {@link Binding}.
*/
public void parse(InputStream script, Binding binding) {
if (script==null)
throw new IllegalArgumentException("No script is provided");
setBinding(binding);
CompilerConfiguration cc = new CompilerConfiguration();
cc.setScriptBaseClass(ClosureScript.class.getName());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册