Explorar el Código

mvn build with 2 threads

pull/46/head
Olivier Lamy hace 6 años
padre
commit
c709acdaca
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver fichero

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

Cargando…
Cancelar
Guardar