This is an automated email from the ASF dual-hosted git repository.
orpiske 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 de53026 (chores) ci: use suggestion from SonarCloud to improve
analysis time
de53026 is described below
commit de530269b4288c9aa84c90a68be43ed7f2aa6caa
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Feb 15 20:10:55 2022 +0100
(chores) ci: use suggestion from SonarCloud to improve analysis time
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1489f12..b1c09f0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -76,7 +76,7 @@ pipeline {
stage('Code Quality Review') {
steps {
withCredentials([string(credentialsId: 'apache-camel-core',
variable: 'SONAR_TOKEN')]) {
- sh "./mvnw $MAVEN_PARAMS
-Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache
-Dsonar.projectKey=apache_camel
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
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar"
}
}
}