From 54a434f23665dda47fd770a086abc3d6b25b0c8b Mon Sep 17 00:00:00 2001 From: Zohar Date: Sun, 7 Apr 2024 15:29:35 -0400 Subject: [PATCH] test --- Jenkinsfile-1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile-1 b/Jenkinsfile-1 index 3af368d5c..feb60ee84 100644 --- a/Jenkinsfile-1 +++ b/Jenkinsfile-1 @@ -7,10 +7,10 @@ pipeline { withSonarQubeEnv("sq1"){ def mvnHome = tool "M3" sh """ - ${mvnHome}/bin/mvn sonar:sonar \ - -Dsonar.projectKey=Web \ // Replace with your actual project key - -Dsonar.host.url=http://localhost:9000/ \ - -Dsonar.login=squ_ea9632ad9d734f30372ed61b6565f2fa028e8e5e // Replace with your actual SonarQube token + ${mvnHome}/bin/mvn sonar:sonar + -Dsonar.projectKey=Web + -Dsonar.host.url=http://localhost:9000/ + -Dsonar.login=squ_ea9632ad9d734f30372ed61b6565f2fa028e8e5e """ }