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

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

commit f681a63451907f30c4203ed623f9040b91d184cd
Author: Tung Tran <[email protected]>
AuthorDate: Wed Jul 19 12:44:17 2023 +0700

    Jenkinsfile - skip Jib buildTar images when ci test
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index da3164751d..3af2cdabfd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,7 +87,7 @@ pipeline {
         stage('Build') {
             steps {
                 echo 'Building'
-                sh 'mvn -U -B -e clean install -DskipTests -T1C 
${MVN_SHOW_TIMESTAMPS} ${MVN_LOCAL_REPO_OPT}'
+                sh 'mvn -U -B -e clean install -DskipTests -Djib.skip -T1C 
${MVN_SHOW_TIMESTAMPS} ${MVN_LOCAL_REPO_OPT}'
             }
         }
 


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

Reply via email to