Skip to content

Commit

Permalink
Merge pull request #3 from viglesiasce/master
Browse files Browse the repository at this point in the history
FIXES: JENKINS-9263
  • Loading branch information
ndeloof committed May 2, 2013
2 parents 85fe4cd + c653ce3 commit 60f6014
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ public DownstreamBuildViewRunListener() {
* affected.
*/
@Override
public void onCompleted(AbstractBuild r,TaskListener listener) {
public void onStarted(AbstractBuild r,TaskListener listener) {
build = r;
final DownstreamBuildViewAction downstreamBuildViewAction = new DownstreamBuildViewAction(r);
r.addAction(downstreamBuildViewAction);
Expand Down

0 comments on commit 60f6014

Please sign in to comment.