From 9916ea0ebdeebfa551e5ef2172cd38a517d6911b Mon Sep 17 00:00:00 2001 From: Sohail Date: Wed, 8 Mar 2023 17:31:19 +0530 Subject: [PATCH] added comma --- Jenkinsfile1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile1 b/Jenkinsfile1 index 91a7b8b63..84d7db335 100644 --- a/Jenkinsfile1 +++ b/Jenkinsfile1 @@ -20,7 +20,7 @@ pipeline { stage('sonar analysis') { steps{ withSonarQubeEnv('SONAR_CLOUD') { - sh 'mvn clean package sonar:sonar -Dsonar.organization=jenkins12 -Dsonar.projectkey=jenkins12_jspc' + sh 'mvn clean package sonar:sonar -Dsonar.organization=jenkins12 -Dsonar.projectkey=jenkins12' } } }