Skip to content

Commit

Permalink
Don't make concurrent builds wait for the previous build to finish [FIX
Browse files Browse the repository at this point in the history
JENKINS-26892]
  • Loading branch information
kutzi committed Feb 14, 2015
1 parent 898f438 commit 8e192ae
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -96,11 +96,6 @@ public String getTargets() {
return sb.toString().trim();
}

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

@Override
protected Object readResolve() {
// make sure we don't forget to call readResolve on the super class
Expand Down

0 comments on commit 8e192ae

Please sign in to comment.