Skip to content

Commit

Permalink
ci: update jenkins pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dederobert committed Jan 31, 2024
1 parent 260d0ff commit 3114358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ node {
stage('SCM') {
checkout scm
}

stage('SonarQube Analysis') {
def scannerHome = tool 'Lehtto Sonar';
withSonarQubeEnv() {
Expand Down

0 comments on commit 3114358

Please sign in to comment.