Skip to content

Commit

Permalink
[FIXED JENKINS-19852]
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Jun 2, 2014
1 parent e2ddbe9 commit e920857
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,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(),
property.info.getGroovyScriptContent(),
this.info != null ? this.info.getGroovyScriptContent() : "",
property.info.isLoadFilesFromMaster());
}
return property;
Expand Down

0 comments on commit e920857

Please sign in to comment.