Skip to content

Commit

Permalink
Merge pull request #51 from jakub-bochenski/patch-1
Browse files Browse the repository at this point in the history
JENKINS-43658 serializing builds is not neccessary
  • Loading branch information
Ivaïlo Marinkov committed Dec 21, 2017
2 parents b6a828e + d205dc8 commit b0c6e87
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -158,7 +158,7 @@ private void copyFilesToBuildDirectory(List<SlaveFile> sourceFiles,
}

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

private String getRealEncoding(){
Expand Down

0 comments on commit b0c6e87

Please sign in to comment.