Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #10 from jglick/BuildStepMonitor
Browse files Browse the repository at this point in the history
[FIXED JENKINS-15066] Switch to BuildStepMonitor.NONE for ProxyPublisher
  • Loading branch information
Brantone committed Apr 16, 2015
2 parents e11b170 + f97c051 commit 0685b99
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ public String getProjectName() {
}

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

@Override
Expand Down

0 comments on commit 0685b99

Please sign in to comment.