From 7a13d85791db8bfe6bf0ff0d1aacdb1de11ed3cc Mon Sep 17 00:00:00 2001 From: Sohail Date: Wed, 8 Mar 2023 16:48:14 +0530 Subject: [PATCH] added comma --- Jenkinsfile1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile1 b/Jenkinsfile1 index 24d50a8d5..91a7b8b63 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' + sh 'mvn clean package sonar:sonar -Dsonar.organization=jenkins12 -Dsonar.projectkey=jenkins12_jspc' } } }