Просмотр исходного кода

mvn build with 2 threads

pull/46/head
Olivier Lamy 6 лет назад
Родитель
Сommit
c709acdaca
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Просмотреть файл

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

Загрузка…
Отмена
Сохранить