You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/02/25 02:22:03 UTC

[james-project] 05/08: JAMES-3225 Reduce deploy parallelism

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit e3565a9c33a9dfdaedaf2adbe041ea626d00ec19
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Feb 24 09:45:57 2021 +0700

    JAMES-3225 Reduce deploy parallelism
    
    Failed several time on master, reduce concurrency to improve stability
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1fff004..eb8d2a0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -130,7 +130,7 @@ pipeline {
             when { branch 'master' }
             steps {
                 echo 'Deploying'
-                sh 'mvn -B -e deploy -Pdeploy -DskipTests -T2C'
+                sh 'mvn -B -e deploy -Pdeploy -DskipTests -T1C'
             }
         }
    }


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org