Skip to content

Commit

Permalink
Revert "Merge pull request #82 from svanoort/restore-core-version-san…
Browse files Browse the repository at this point in the history
…ity"

This reverts commit 2dfc94a, reversing
changes made to f3f4571.
  • Loading branch information
svanoort committed Dec 21, 2017
1 parent 2dfc94a commit d6d948d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -62,7 +62,7 @@
</pluginRepository>
</pluginRepositories>
<properties>
<jenkins.version>2.62</jenkins.version>
<jenkins.version>2.76</jenkins.version>
<java.level>8</java.level>
<no-test-jar>false</no-test-jar>
<workflow-support-plugin.version>2.16</workflow-support-plugin.version>
Expand Down
Expand Up @@ -44,8 +44,6 @@
import hudson.console.ModelHyperlinkNote;
import hudson.model.Executor;
import hudson.model.Item;
import hudson.model.ParameterValue;
import hudson.model.ParametersAction;
import hudson.model.Queue;
import hudson.model.Result;
import hudson.model.Run;
Expand Down Expand Up @@ -426,13 +424,6 @@ public void doKill() {
nodeProperty.buildEnvVars(env, listener);
}
}
// TODO EnvironmentContributingAction does not support Job yet:
ParametersAction a = getAction(ParametersAction.class);
if (a != null) {
for (ParameterValue v : a) {
v.buildEnvironment(this, env);
}
}

EnvVars.resolve(env);
return env;
Expand Down

0 comments on commit d6d948d

Please sign in to comment.