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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 134d11dd4f32 CAMEL-24318 - Use Maven parallelization for deploy on 
Jenkins
134d11dd4f32 is described below

commit 134d11dd4f328881ef5ee4745b3df3e9b8c9aac1
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu Jul 30 23:14:28 2026 +0200

    CAMEL-24318 - Use Maven parallelization for deploy on Jenkins
    
    * locally with local repo (take care to deactivate local build cache):
      * 8'32" ( ./mvnw -T1C -U -B -e -fae -V -Dnoassembly
    -Pdeploy,apache-snapshots -Dquickly clean deploy
    -DaltDeploymentRepository=your_repo_id::default::file:/tmp/alt-repo-2 )
      * 18'33" (./mvnw -U -B -e -fae -V -Dnoassembly
    -Pdeploy,apache-snapshots -Dquickly clean deploy
    -DaltDeploymentRepository=your_repo_id::default::file:/tmp/alt-repo-2)
    * on jenkins for Camel core:
      * 25min instead of usually 3 hours, previous record was 2h35 , see
    
https://ci-builds.apache.org/job/Camel/job/Camel%20Daily%20Snapshot%20Deploy/job/main/1494/
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 1ddc27188102..83fa02bc8388 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -17,7 +17,7 @@
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
 def JDK_NAME = env.JDK_NAME ?: 'jdk_25_latest'
 
-def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly "
+def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -T1C "
 
 pipeline {
 

Reply via email to