mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Fixed syntax issue.
This commit is contained in:
parent
68b17bad46
commit
13dcbdfd3e
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -25,7 +25,7 @@ pipeline {
|
|||
}
|
||||
*/
|
||||
sonarqubeAnalysis {
|
||||
scanner = 'SonarQube_Scanner_3.0.3.778',
|
||||
scanner = 'SonarQube_Scanner_3.0.3.778'
|
||||
server = 'Staging'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue