mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
6bb0cef99f
commit
c958c54578
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -14,7 +14,7 @@ node('master'){
|
||||||
|
|
||||||
stage('Sonar') {
|
stage('Sonar') {
|
||||||
withSonarQubeEnv('sonarscan') {
|
withSonarQubeEnv('sonarscan') {
|
||||||
sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar'
|
sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonarscan'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage("Quality Gate") {
|
stage("Quality Gate") {
|
||||||
|
|
Loading…
Reference in a new issue