Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[FIXED JENKINS-13656] Pick correct results for baseline.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 3, 2012
1 parent f857c31 commit bc48fb5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -190,7 +190,7 @@ public boolean isEmpty() {
* if there is no previous result
*/
public ResultAction<? extends BuildResult> getBaseline() {
return baseline.getAction(type);
return getResultAction(baseline);
}

/**
Expand Down

0 comments on commit bc48fb5

Please sign in to comment.