Skip to content

Commit

Permalink
Merge pull request #29 from christ66/JENKINS-19852
Browse files Browse the repository at this point in the history
[FIXED JENKINS-19852] NPE during submission of EnvInject JobProperty con...
  • Loading branch information
christ66 committed May 20, 2014
2 parents c68558a + d6fbc76 commit 7d369eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ public JobProperty<?> reconfigure(StaplerRequest req, JSONObject form) throws De
// Don't let non RUN_SCRIPT users set arbitrary groovy script
property.info = new EnvInjectJobPropertyInfo(property.info.propertiesFilePath, property.info.propertiesContent,
property.info.getScriptFilePath(), property.info.getScriptContent(),
this.info.getGroovyScriptContent(),
property.info.getGroovyScriptContent(),
property.info.isLoadFilesFromMaster());
}
return property;
Expand Down

0 comments on commit 7d369eb

Please sign in to comment.