mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-06 13:59:31 +00:00
Temporarily removing maven threaded execution to isolate specific tests that cause hangs
This commit is contained in:
parent
d1602d340f
commit
b9b0166065
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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…
x
Reference in New Issue
Block a user