mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
ec3fa51d19
commit
57704bc14b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -15,7 +15,7 @@ node('jfrognew'){
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Sonar') {
|
stage('Sonar') {
|
||||||
withSonarQubeEnv('SONAR-7.1') {
|
withSonarQubeEnv('SONAR') {
|
||||||
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:sonar'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue