Przeglądaj źródła

mvn build with 2 threads

pull/46/head
Olivier Lamy 6 lat temu
rodzic
commit
c709acdaca
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Wyświetl plik

@@ -26,7 +26,7 @@ node (labels) {
{
sh "rm -rf .repository"
// Run test phase / ignore test failures
sh "mvn -B clean deploy -Dmaven.test.failure.ignore=true"
sh "mvn -B clean deploy -Dmaven.test.failure.ignore=true -T2"
}
// Report failures in the jenkins UI
//step([$class: 'JUnitResultArchiver', testResults: '**/target/surefire-reports/TEST-*.xml'])

Ładowanie…
Anuluj
Zapisz