fix: update SonarQube project key to match

This commit is contained in:
soufiane 2025-11-25 14:58:39 +01:00
parent e683be6771
commit 194470aeb1

2
Jenkinsfile vendored
View File

@ -91,7 +91,7 @@ pipeline {
withSonarQubeEnv('SonarQube') {
sh """
sonar-scanner \
-Dsonar.projectKey=the-tip-top-frontend \
-Dsonar.projectKey=Th-Tip-Top-Frontend \
-Dsonar.projectName='Thé Tip Top Frontend' \
-Dsonar.sources=. \
-Dsonar.exclusions=node_modules/**,.next/**,coverage/**,out/** \