From 194470aeb1eeb56c46fac919841c41c13c1f9986 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 25 Nov 2025 14:58:39 +0100 Subject: [PATCH] fix: update SonarQube project key to match --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b3afc38..03a36a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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/** \