Skip to content

Commit

Permalink
ci: fix sonar scanner name
Browse files Browse the repository at this point in the history
  • Loading branch information
dederobert committed Jan 31, 2024
1 parent 7e4cc7c commit 260d0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node {
checkout scm
}
stage('SonarQube Analysis') {
def scannerHome = tool 'SonarScanner';
def scannerHome = tool 'Lehtto Sonar';
withSonarQubeEnv() {
sh "${scannerHome}/bin/sonar-scanner"
}
Expand Down

0 comments on commit 260d0ff

Please sign in to comment.