Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #3 from Altiscale/JENKINS-20979
[FIXED JENKINS-20979] Do not block on build step monitor. Fixes the serialization issue in concurrently running builds.
  • Loading branch information
lbordowitz committed May 4, 2015
2 parents 853aaab + 31f0c42 commit 6a3fdf5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ public LabeledTestResultGroupPublisher(List<LabeledTestGroupConfiguration> confi
* Declares the scope of the synchronization monitor this {@link hudson.tasks.BuildStep} expects from outside.
*/
public BuildStepMonitor getRequiredMonitorService() {
return BuildStepMonitor.BUILD;
return BuildStepMonitor.NONE;
}

public MatrixAggregator createAggregator(MatrixBuild build, Launcher launcher, BuildListener listener) {
Expand Down

0 comments on commit 6a3fdf5

Please sign in to comment.