Skip to content

Commit

Permalink
Add downstreamBuildViewAction to upstream build when downstream build…
Browse files Browse the repository at this point in the history
… is started instead of compeleted

FIXES: JENKINS-9263
https://issues.jenkins-ci.org/browse/JENKINS-9263
  • Loading branch information
viglesiasce committed Jul 21, 2012
1 parent 1a0a6b2 commit c653ce3
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 c653ce3

Please sign in to comment.