Skip to content

Commit

Permalink
added changes
Browse files Browse the repository at this point in the history
  • Loading branch information
satishnamgadda committed Oct 31, 2022
1 parent f279036 commit 7eafc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline {
}
stage('Build the Code') {
steps {
withSonarQubeEnv('SONAR') {
withSonarQubeEnv('SONAR_SH') {
sh script: 'mvn clean package sonar:sonar'
}
}
Expand Down

0 comments on commit 7eafc92

Please sign in to comment.