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

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

commit 112f40f09e2cf524873d89a91860ce6729d3a30d
Author: vttran <[email protected]>
AuthorDate: Mon Dec 8 15:42:08 2025 +0700

    Revert: [BUILD] Fix docker client API issue
    
    47bcbd9f92c9cc622f88dece06b5072bb4b5449b
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3a49879100..911ef58f3e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -96,7 +96,7 @@ pipeline {
         stage('Stable Tests') {
             steps {
                 echo 'Running tests'
-                sh 'mvn -B -e -fae clean test ${MVN_SHOW_TIMESTAMPS} -P 
ci-test ${MVN_LOCAL_REPO_OPT} -Dassembly.skipAssembly=true -Dapi.version=1.44 
jacoco:report-aggregate@jacoco-report'
+                sh 'mvn -B -e -fae clean test ${MVN_SHOW_TIMESTAMPS} -P 
ci-test ${MVN_LOCAL_REPO_OPT} -Dassembly.skipAssembly=true 
jacoco:report-aggregate@jacoco-report'
             }
             post {
                 always {
@@ -117,7 +117,7 @@ pipeline {
             steps {
                 echo 'Running unstable tests'
                 catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
-                    sh 'mvn -B -e -fae clean test -Punstable-tests 
${MVN_SHOW_TIMESTAMPS} -P ci-test ${MVN_LOCAL_REPO_OPT} 
-Dassembly.skipAssembly=true -Dapi.version=1.44'
+                    sh 'mvn -B -e -fae clean test -Punstable-tests 
${MVN_SHOW_TIMESTAMPS} -P ci-test ${MVN_LOCAL_REPO_OPT} 
-Dassembly.skipAssembly=true'
                 }
             }
             post {


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

Reply via email to