Skip to content

Commit

Permalink
Merge pull request #5 from jenkinsci/pr1
Browse files Browse the repository at this point in the history
[FIXES JENKINS-14951] Set environment on matrix parent build
  • Loading branch information
dawidmalina committed Aug 27, 2015
2 parents 0431c27 + 85f390c commit 226c76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/lookout/jenkins/EnvironmentScript.java
Expand Up @@ -209,6 +209,7 @@ public boolean startBuild() throws InterruptedException, IOException {
}

build.addAction(new PersistedEnvironment(env));
build.getEnvironments().add(env);
return true;
}
};
Expand Down

0 comments on commit 226c76b

Please sign in to comment.