Skip to content

Commit

Permalink
~ experimental: jenkins pipeline for home server #7
Browse files Browse the repository at this point in the history
  • Loading branch information
kasisoft committed Aug 22, 2024
1 parent cc22756 commit 6634fef
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 @@ -35,7 +35,7 @@ pipeline {
steps {
// properties such as sonar.host.url and sonar.login are configured in the m2 settings.xml for this profile
// sh 'mvn clean verify -Psonar -Dsonar.projectKey=kcl'
withSonarQubeEnv('sonarqube') {
withSonarQubeEnv('sonarqube', credentialsId: 'sonar-key') {
sh "./node_modules/sonar-scanner/bin/sonar-scanner"
}
}
Expand Down

0 comments on commit 6634fef

Please sign in to comment.