You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/15 13:37:29 UTC

[camel] 02/02: Revert "INFRA-22694: added support for analyzing the Camel source from Apache CI"

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

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

commit 01a390a3816fcf544e0e2637dc6f8c7ebd432ab1
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Jun 15 15:36:06 2022 +0200

    Revert "INFRA-22694: added support for analyzing the Camel source from Apache CI"
    
    This reverts commit c1dc85a74cea160beb571c9fa6b50d7a233b6f99.
---
 Jenkinsfile | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2bb7238d7ee..f9bf4447c8a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -85,14 +85,6 @@ 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"
-                }
-            }
-        }
-
         stage('Test') {
             steps {
                 sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install"