fix: update SonarQube project key to match

This commit is contained in:
soufiane 2025-11-25 14:55:05 +01:00
parent 6232c3584f
commit 63096f22e4

2
Jenkinsfile vendored
View File

@ -93,7 +93,7 @@ pipeline {
withSonarQubeEnv('SonarQube') {
sh """
sonar-scanner \
-Dsonar.projectKey=the-tip-top-backend \
-Dsonar.projectKey=Th-Tip-Top-Backend \
-Dsonar.projectName='Thé Tip Top Backend' \
-Dsonar.sources=. \
-Dsonar.exclusions=node_modules/**,coverage/**,dist/** \