Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Fixed JENKINS-13871] respects wrapped build step
  • Loading branch information
advntss committed Oct 28, 2012
1 parent c8de50a commit 96a6b5e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@ public BuildStepRunner getRunner() {
}

public BuildStepMonitor getRequiredMonitorService() {
return BuildStepMonitor.BUILD;
return buildStep.getRequiredMonitorService();
}

@Override
Expand Down

0 comments on commit 96a6b5e

Please sign in to comment.