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

Update Jenkinsfile

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