We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c6d95 commit a028272Copy full SHA for a028272
sonarqube-analysis
@@ -10,7 +10,7 @@ node{
10
11
stage('SonarQube Analysis') {
12
def mvnHome = tool name: 'maven-3', type: 'maven'
13
- withSonarQubeEnv('Sonar') {
+ withSonarQubeEnv('sonar-6') {
14
sh "${mvnHome}/bin/mvn sonar:sonar"
15
}
16
0 commit comments