ソースを参照

mvn build with 2 threads

pull/46/head
Olivier Lamy 6年前
コミット
c709acdaca
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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'])

読み込み中…
キャンセル
保存