Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31153] Remove unrelated change
  • Loading branch information
Manuel Recena committed Jan 13, 2016
1 parent 259a070 commit 2146584
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -359,7 +359,7 @@ private Env createInitialEnv() {

private CpsScript parseScript() throws IOException {
shell = new CpsGroovyShell(this);
CpsScript s = (CpsScript) shell.reparse("WorkflowScript", script);
CpsScript s = (CpsScript) shell.reparse("WorkflowScript",script);

for (Entry<String, String> e : loadedScripts.entrySet()) {
shell.reparse(e.getKey(), e.getValue());
Expand Down

0 comments on commit 2146584

Please sign in to comment.