Skip to content
Snippets Groups Projects
Commit 9b1003b0 authored by Prajwal Amin's avatar Prajwal Amin
Browse files

Update Jenkinsfile

parent bbad0175
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ pipeline { ...@@ -34,7 +34,7 @@ pipeline {
stage('SonarQube analysis') { stage('SonarQube analysis') {
steps { steps {
withSonarQubeEnv('SonarQube') { withSonarQubeEnv('sonarscannerjava') {
sh "./gradlew sonarqube" sh "./gradlew sonarqube"
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment