Skip to content

Commit

Permalink
jobs of this plugin can run concurrently
Browse files Browse the repository at this point in the history
see Jira issue JENKINS-12345
  • Loading branch information
morca committed Jan 23, 2012
1 parent a171948 commit a758b00
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public boolean isFailureIfExceptionOnParsingResultFiles() {

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

@Override
Expand Down

0 comments on commit a758b00

Please sign in to comment.