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
57704bc14b
commit
b8d24b528b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -15,7 +15,7 @@ node('jfrognew'){
|
|||
}
|
||||
|
||||
stage('Sonar') {
|
||||
withSonarQubeEnv('SONAR') {
|
||||
withSonarQubeEnv('sonar') {
|
||||
sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue