Skip to content

Commit

Permalink
[FIXED JENKINS-15160] Pass combineCommits to action
Browse files Browse the repository at this point in the history
  • Loading branch information
cjo9900 committed Feb 11, 2013
1 parent c72b832 commit 951517c
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 951517c

Please sign in to comment.