diff --git a/Jenkinsfile b/Jenkinsfile index df3b8b1db..7e49ed9ff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ stages { stage ('sonarqube') { steps{ withSonarQubeEnv('sonarqube') { - sh 'mvn clean package sonar:sonar -Dsonar.organization=springpetclinic1' + sh 'mvn clean package sonar:sonar' } } }