Skip to content

Commit

Permalink
Update sonarqube-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Apr 17, 2018
1 parent 70c6d95 commit a028272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonarqube-analysis
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node{

stage('SonarQube Analysis') {
def mvnHome = tool name: 'maven-3', type: 'maven'
withSonarQubeEnv('Sonar') {
withSonarQubeEnv('sonar-6') {
sh "${mvnHome}/bin/mvn sonar:sonar"
}
}
Expand Down

0 comments on commit a028272

Please sign in to comment.