Skip to content

Commit

Permalink
Merge pull request #71 from jamestelfer/patch-1
Browse files Browse the repository at this point in the history
Fixes JENKINS-23274: remove log of script content
  • Loading branch information
oleg-nenashev committed Sep 28, 2015
2 parents e4a1618 + 7b93cf4 commit 61417c7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ public Map<String, String> executeAndGetMapGroovyScript(EnvInjectLogger logger,
return new HashMap<String, String>();
}

logger.info(String.format("Evaluation the following Groovy script content: %n%s%n", scriptContent));
logger.info("Evaluating the Groovy script content");

Binding binding = new Binding();
String jobName = envVars.get("JOB_NAME");
Expand Down

0 comments on commit 61417c7

Please sign in to comment.