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' - } } }