Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31153] Remove unrelated change
Originally-Committed-As: 2146584587da0332c440c9e70e675159a8724288
  • Loading branch information
Manuel Recena committed Jan 13, 2016
1 parent 1528233 commit 835c817
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 835c817

Please sign in to comment.