Skip to content

Commit 79f9c97

Browse files
authored
Update Jenkinsfile
1 parent e634a63 commit 79f9c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node
1010
}
1111
stage ('Sonarqube ')
1212
{
13-
withSonarQubeEnv('Sonarqube') {
13+
withSonarQubeEnv('SONARQUBE') {
1414
sh "mvn verify sonar:sonar"
1515
}
1616
}

0 commit comments

Comments
 (0)