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 b2d91dfe63c3 chore(ci): attempt to exclude coverage for test-infra
b2d91dfe63c3 is described below
commit b2d91dfe63c301932d7d2504f0ec6731277606ce
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Mar 6 10:58:34 2026 +0100
chore(ci): attempt to exclude coverage for test-infra
Ref CAMEL-22965
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 231efecea77b..f647482f5bf8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -148,7 +148,7 @@ pipeline {
if ("${PLATFORM}" == "ubuntu-avx" &&
"${JDK_NAME}" == "jdk_21_latest") {
withCredentials([string(credentialsId:
'apache-camel-core', variable: 'SONAR_TOKEN')]) {
echo "Code quality review ENABLED for
${PLATFORM} with ${JDK_NAME}"
- 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"
+ 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
-Dsonar.coverage.exclusions=test-infra/**"
}
} else {
echo "Code quality review DISABLED for
${PLATFORM} with ${JDK_NAME}"