Skip to content

Commit

Permalink
~ experimental: jenkins pipeline for home server #21
Browse files Browse the repository at this point in the history
  • Loading branch information
kasisoft committed Aug 19, 2024
1 parent 08a4199 commit 84a2d25
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 @@ -32,7 +32,7 @@ pipeline {
}
stage('SonarQube Analysis') {
steps {
sh 'mvn clean verify sonar:sonar:9.4.0 -Dsonar.projectKey=kcl'
sh 'mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121:sonar -Dsonar.projectKey=kcl'
}
}
}
Expand Down

0 comments on commit 84a2d25

Please sign in to comment.