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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new ab404e046b4 CAMEL-24290 - use parallel build for snapshot deploy on 
Jenkins
ab404e046b4 is described below

commit ab404e046b49e971a87e54b8a2086e599099eca5
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu Sep 17 17:20:58 2026 +0200

    CAMEL-24290 - use parallel build for snapshot deploy on Jenkins
    
    allowed to go from 1h20 to 15min
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 Jenkinsfile.sb.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.sb.deploy b/Jenkinsfile.sb.deploy
index f249b012d78..5aa77a5da27 100644
--- a/Jenkinsfile.sb.deploy
+++ b/Jenkinsfile.sb.deploy
@@ -21,7 +21,7 @@ def LOCAL_REPOSITORY = env.LOCAL_REPOSITORY ?: 
'/home/jenkins/jenkins-slave/mave
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
 def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest'
 
-def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true "
+def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true 
-T1C "
 
 def spring_boot_itests_result
 

Reply via email to