mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-12 13:01:10 +00:00
add ./mvnw clean
This commit is contained in:
parent
29517e02a6
commit
0ceb9cf2e8
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -58,7 +58,7 @@ pipeline {
|
|||
echo 'Running SonarQube analysis...'
|
||||
withSonarQubeEnv('SonarQubeServer') {
|
||||
sh """
|
||||
./mvnw sonar:sonar \
|
||||
./mvnw clean verify sonar:sonar \
|
||||
-Dsonar.projectKey=${env.SONAR_PROJECT_KEY} \
|
||||
-Dsonar.projectName=${env.PROJECT_NAME} \
|
||||
-Dsonar.projectVersion=${env.BUILD_NUMBER} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue