Procházet zdrojové kódy

mvn build with 2 threads

pull/46/head
Olivier Lamy před 6 roky
rodič
revize
c709acdaca
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Zobrazit soubor

@@ -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'])

Načítá se…
Zrušit
Uložit