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

pcongiusti 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 87303a7b27fd chore(ci): add a testing phase to include coverage
87303a7b27fd is described below

commit 87303a7b27fdb412d1453b2f10c9144d1bd4bc56
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Jan 16 09:29:18 2026 +0100

    chore(ci): add a testing phase to include coverage
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5d3cfd0b25ef..ce527529afbd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -146,7 +146,7 @@ pipeline {
                                     if ("${JDK_NAME}" == "jdk_17_latest") {
                                         withCredentials([string(credentialsId: 
'apache-camel-core', variable: 'SONAR_TOKEN')]) {
                                             echo "Code quality review ENABLED 
for ${PLATFORM}"
-                                            sh "./mvnw $MAVEN_PARAMS 
-Dsonar.host.url=https://sonarcloud.io 
-Dsonar.java.experimental.batchModeSizeInKB=2048 -Dsonar.organization=apache 
-Dsonar.projectKey=apache_camel -Dsonar.branch.name=$BRANCH_NAME 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage"
+                                            sh "./mvnw $MAVEN_PARAMS 
-Dsonar.host.url=https://sonarcloud.io 
-Dsonar.java.experimental.batchModeSizeInKB=2048 -Dsonar.organization=apache 
-Dsonar.projectKey=apache_camel -Dsonar.branch.name=$BRANCH_NAME clean test 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Pcoverage"
                                         }
                                     } else {
                                         echo "Code quality review disabled for 
${PLATFORM} with JDK ${JDK_NAME}"

Reply via email to