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