diff --git a/Jenkinsfile b/Jenkinsfile index 1910e2a..ac1b514 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stages{ stage('CompileandRunSonarAnalysis') { steps { - sh 'mvn clean verify sonar:sonar -Dsonar.projectKey=asgbuggywebapp -Dsonar.organization=asgbuggywebapp -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=932558e169d66a8f1d1adf470b908a46156f5844' + sh 'mvn clean verify sonar:sonar -Dsonar.projectKey=asgbuggywebapp3 -Dsonar.organization=asgbuggywebapp3 -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=e2264ce46188d03a5b8e0904dec9a806ec14ccee' } } @@ -18,4 +18,4 @@ pipeline { } } } -} \ No newline at end of file +}