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

orpiske pushed a commit to branch devel-camel-20383
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/devel-camel-20383 by this push:
     new 307b85fe579 More small fixes
307b85fe579 is described below

commit 307b85fe579673a1e7b845e21cd017d2acca01b8
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Fri Apr 5 13:39:54 2024 +0200

    More small fixes
---
 Jenkinsfile.matrix.platform | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.matrix.platform b/Jenkinsfile.matrix.platform
index 7e12dd485ab..9cd7b0233e1 100644
--- a/Jenkinsfile.matrix.platform
+++ b/Jenkinsfile.matrix.platform
@@ -122,8 +122,8 @@ pipeline {
                     }
                     
                     script {
-                        if("${PLATFORM}" == "ubuntu") {
-                            stage('Code Quality Review') {
+                        stage('Code Quality Review') {
+                            if("${PLATFORM}" == "ubuntu") {
                                 steps {
                                     withCredentials([string(credentialsId: 
'apache-camel-core', variable: 'SONAR_TOKEN')]) {
                                         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"

Reply via email to