From 13b62e205bbb09c0a051c003ce06b59ac11a8a22 Mon Sep 17 00:00:00 2001 From: Sohail Date: Wed, 8 Mar 2023 19:43:30 +0530 Subject: [PATCH] added Capital K --- Jenkinsfile1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile1 b/Jenkinsfile1 index 91a7b8b63..e7a9037e7 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_jspc' } } }