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 e89df9167a1 More small fixes
e89df9167a1 is described below

commit e89df9167a1f3ac1570f6c18193a168c185d1eb0
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Fri Apr 5 13:40:43 2024 +0200

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

diff --git a/Jenkinsfile.matrix.platform b/Jenkinsfile.matrix.platform
index 9cd7b0233e1..e9d517f8583 100644
--- a/Jenkinsfile.matrix.platform
+++ b/Jenkinsfile.matrix.platform
@@ -120,9 +120,9 @@ pipeline {
                             }
                         }
                     }
-                    
-                    script {
-                        stage('Code Quality Review') {
+
+                    stage('Code Quality Review') {
+                        script {
                             if("${PLATFORM}" == "ubuntu") {
                                 steps {
                                     withCredentials([string(credentialsId: 
'apache-camel-core', variable: 'SONAR_TOKEN')]) {

Reply via email to