This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new c709acd  mvn build with 2 threads
c709acd is described below

commit c709acdaca045a9f7bcc4bac33c91c73b4526d19
Author: Olivier Lamy <[email protected]>
AuthorDate: Wed Apr 18 14:40:47 2018 +1000

    mvn build with 2 threads
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d185aff..b4f3710 100644
--- a/Jenkinsfile
+++ b/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'])

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to