Skip to content

Commit

Permalink
JENKINS-22009 Git Polling Keeps Detecting Changes When Variables in r…
Browse files Browse the repository at this point in the history
…efspec (apply API changes in 2.2.x)
  • Loading branch information
Jakob Korherr committed Aug 7, 2014
1 parent 027cc05 commit f6fd156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/git/util/GitUtils.java
Expand Up @@ -262,7 +262,7 @@ public static EnvVars getPollEnvironment(AbstractProject p, FilePath ws, Launche
}

private static void addEnvironmentContributingActionsValues(EnvVars env, AbstractBuild b) {
List<? extends Action> buildActions = b.getAllActions();
List<? extends Action> buildActions = b.getActions();
if (buildActions != null) {
for (Action action : buildActions) {
// most importantly, ParametersAction will be processed here (for parameterized builds)
Expand Down

0 comments on commit f6fd156

Please sign in to comment.