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

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


The following commit(s) were added to refs/heads/master by this push:
     new aa4db35d86 [BUILD] Deploy snapshot at once (avoid concurrency issues)
aa4db35d86 is described below

commit aa4db35d8682c7b56ceead5fddb6d7ee71ab1370
Author: Benoit TELLIER <[email protected]>
AuthorDate: Mon Sep 14 17:13:26 2026 +0200

    [BUILD] Deploy snapshot at once (avoid concurrency issues)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 911ef58f3e..6ea92ddcd9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -136,7 +136,7 @@ pipeline {
             when { branch 'master' }
             steps {
                 echo 'Deploying'
-                sh 'mvn -B -e deploy -Pdeploy -DskipTests -T1C 
${MVN_LOCAL_REPO_OPT}'
+                sh 'mvn -B -e deploy -Pdeploy -DskipTests -DdeployAtEnd=true 
-T1C ${MVN_LOCAL_REPO_OPT}'
             }
         }
    }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to