Skip to content

Commit

Permalink
Merge pull request #65 from recena/JENKINS-27382
Browse files Browse the repository at this point in the history
[JENKINS-27382] EnvInjectPluginAction::buildEnvVars() injects masks instead of passwords to the environment
  • Loading branch information
oleg-nenashev committed Aug 21, 2015
2 parents 3dcf5ae + b5ffa3e commit d0cfe58
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -55,8 +55,6 @@ public String transformEntry(String key, String value) {
}

public void buildEnvVars(AbstractBuild<?, ?> build, EnvVars env) {
final EnvInjectVarList varList = getEnvInjectVarList();
Map<String, String> envMap = varList.getEnvMap();
if (envMap != null) {
env.putAll(envMap);
}
Expand Down

0 comments on commit d0cfe58

Please sign in to comment.