Skip to content

Commit a028272

Browse files
author
javahometech
authored
Update sonarqube-analysis
1 parent 70c6d95 commit a028272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonarqube-analysis

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node{
1010

1111
stage('SonarQube Analysis') {
1212
def mvnHome = tool name: 'maven-3', type: 'maven'
13-
withSonarQubeEnv('Sonar') {
13+
withSonarQubeEnv('sonar-6') {
1414
sh "${mvnHome}/bin/mvn sonar:sonar"
1515
}
1616
}

0 commit comments

Comments
 (0)