diff --git a/Jenkinsfile b/Jenkinsfile index b7edae6..6f46529 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,11 +104,7 @@ pipeline { echo "🔍 Analyse SonarQube..." withSonarQubeEnv('SonarQube') { sh """ - sonar-scanner \ - -Dsonar.projectKey=Th-Tip-Top-Frontend \ - -Dsonar.projectName='Thé Tip Top Frontend' \ - -Dsonar.sources=. \ - -Dsonar.exclusions=node_modules/**,.next/**,coverage/**,out/** + sonar-scanner """ } }