mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Updated to use original style of the extension.
This commit is contained in:
parent
c5137a729e
commit
11f6edf980
1 changed files with 1 additions and 6 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -24,12 +24,7 @@ pipeline {
|
||||||
sh "${scannerHome}/bin/sonar-scanner"
|
sh "${scannerHome}/bin/sonar-scanner"
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
//startSonarQubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging", "${env.WORKSPACE}/sonar-project.properties"
|
startSonarQubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging", "${env.WORKSPACE}/sonar-project.properties"
|
||||||
startSonarQubeAnalysis {
|
|
||||||
scanner = "SonarQube_Scanner_3.0.3.778"
|
|
||||||
server = "Staging"
|
|
||||||
pathToProjectSonarSettings = "${env.WORKSPACE}/sonar-project.properties"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue