We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e634a63 commit 79f9c97Copy full SHA for 79f9c97
1 file changed
Jenkinsfile
@@ -10,7 +10,7 @@ node
10
}
11
stage ('Sonarqube ')
12
{
13
- withSonarQubeEnv('Sonarqube') {
+ withSonarQubeEnv('SONARQUBE') {
14
sh "mvn verify sonar:sonar"
15
16
0 commit comments