From d0cf27198a1f016e3aeada65b8cdd48a72c234b9 Mon Sep 17 00:00:00 2001 From: SniAssia Date: Mon, 17 Nov 2025 17:08:01 +0000 Subject: [PATCH] update pom.xml --- JenkinsFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsFile b/JenkinsFile index 489422f14..02b6580d6 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -45,7 +45,7 @@ pipeline { stage('SonarQube Analysis') { steps { - dir('backend') { + dir('.') { sh """ mvn sonar:sonar \ -Dsonar.projectKey=RhitaKhadijaAssia_spring-petclinic \