Skip to content

Commit

Permalink
~ experimental: jenkins pipeline for home server #20
Browse files Browse the repository at this point in the history
  • Loading branch information
kasisoft committed Aug 19, 2024
1 parent b5594d7 commit 08a4199
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ pipeline {
}
stage('SonarQube Analysis') {
steps {
withSonarQubeEnv() {
sh 'mvn clean verify sonar:sonar:9.4.0 -Dsonar.projectKey=kcl'
}
sh 'mvn clean verify sonar:sonar:9.4.0 -Dsonar.projectKey=kcl'
}
}
}
Expand Down

0 comments on commit 08a4199

Please sign in to comment.