Skip to content

Commit

Permalink
~ experimental: jenkins pipeline for home server #33
Browse files Browse the repository at this point in the history
  • Loading branch information
kasisoft committed Aug 20, 2024
1 parent 261677a commit b262aa6
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 @@ -31,6 +31,7 @@ pipeline {
}
stage('SonarQube Analysis') {
steps {
// properties such as sonar.host.url and sonar.login are configured in the settings.xml for this profile
sh 'mvn clean verify -Psonar -Dsonar.projectKey=kcl'
}
}
Expand Down

0 comments on commit b262aa6

Please sign in to comment.