mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-11 12:31:11 +00:00
remove -Dsonar.qualitygate.wait=false to get the quality gate result
This commit is contained in:
parent
aae2c0e62a
commit
2d281dc3c6
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -61,8 +61,7 @@ pipeline {
|
|||
./mvnw clean verify sonar:sonar \
|
||||
-Dsonar.projectKey=${env.SONAR_PROJECT_KEY} \
|
||||
-Dsonar.projectName=${env.PROJECT_NAME} \
|
||||
-Dsonar.projectVersion=${env.BUILD_NUMBER} \
|
||||
-Dsonar.qualitygate.wait=false
|
||||
-Dsonar.projectVersion=${env.BUILD_NUMBER}
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue