mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Updated the Jenkinsfile to use the sonarqube DSL extension.
This commit is contained in:
parent
13dcbdfd3e
commit
e07c941cc1
1 changed files with 1 additions and 4 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -24,10 +24,7 @@ pipeline {
|
||||||
sh "${scannerHome}/bin/sonar-scanner"
|
sh "${scannerHome}/bin/sonar-scanner"
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
sonarqubeAnalysis {
|
sonarqubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging"
|
||||||
scanner = 'SonarQube_Scanner_3.0.3.778'
|
|
||||||
server = 'Staging'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue