Skip to content

Commit

Permalink
Merge pull request #129 from cjo9900/JENKINS-15160-2
Browse files Browse the repository at this point in the history
[FIXED JENKINS-15160] Pass combineCommits to action
  • Loading branch information
ndeloof committed Feb 11, 2013
2 parents c72b832 + 951517c commit 1349eab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public Action getAction(AbstractBuild<?,?> build, TaskListener listener) {
return null;
}

return new RevisionParameterAction(data.getLastBuiltRevision().getSha1String());
return new RevisionParameterAction(data.getLastBuiltRevision().getSha1String(), getCombineQueuedCommits());
}

public boolean getCombineQueuedCommits() {
Expand Down

0 comments on commit 1349eab

Please sign in to comment.