From a456f0866a514718d88d9c70903f0d7de77f5965 Mon Sep 17 00:00:00 2001 From: boat cow Date: Mon, 10 Apr 2023 15:00:38 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97e139f6e..99c063ab3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,10 +11,7 @@ pipeline { stage('sonar') { steps { - withSonarQubeEnv(installationName:'sonar-1') - { sh './mvnw sonar:sonar -Dsonar.java.binaries=target/classes -Dsonar.host-url=http://devops1-sonarqube-1:9000/ -Dsonar.login=admin -Dsonar.password=password' - } } }