Temporarily removing maven threaded execution to isolate specific tests that cause hangs
This commit is contained in:
parent
d1602d340f
commit
b9b0166065
|
@ -38,7 +38,7 @@ def getFullBuild(jdk, os) {
|
|||
// Javadoc only
|
||||
sh "mvn -V -B javadoc:javadoc -T6 -e"
|
||||
// Testing
|
||||
sh "mvn -V -B install -Dmaven.test.failure.ignore=true -e -Pmongodb -T3 -Dunix.socket.tmp=" + env.JENKINS_HOME
|
||||
sh "mvn -V -B install -Dmaven.test.failure.ignore=true -e -Pmongodb -Dunix.socket.tmp=" + env.JENKINS_HOME
|
||||
|
||||
// Compact 3 build
|
||||
if (isMainBuild(jdk)) {
|
||||
|
|
Loading…
Reference in New Issue