Skip to content

Commit

Permalink
FIx JENKINS-16789
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Nov 6, 2013
1 parent 0835afa commit 489f7a2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ public class PostBuildScript extends Notifier implements MatrixAggregatable {
private transient boolean executeOnMatrixNodes;

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

@Deprecated
Expand Down

0 comments on commit 489f7a2

Please sign in to comment.