Skip to content

Commit

Permalink
Merge pull request #2264 from daniel-beck/reuseForks=false
Browse files Browse the repository at this point in the history
[JENKINS-33809] Don't reuse forks
  • Loading branch information
daniel-beck committed Apr 19, 2016
2 parents 4f51944 + 0d0314d commit 574f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -208,7 +208,7 @@ THE SOFTWARE.
<hudson.maven.debug>${mavenDebug}</hudson.maven.debug>
<buildDirectory>${project.build.directory}</buildDirectory>
</systemPropertyVariables>
<reuseForks>true</reuseForks>
<reuseForks>false</reuseForks>
<forkCount>${concurrency}</forkCount>
</configuration>
</plugin>
Expand Down

0 comments on commit 574f83a

Please sign in to comment.