mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update jenkinsfile
This commit is contained in:
parent
9d42b56a02
commit
639ac16aba
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pipeline {
|
||||||
dir("${WORKSPACE}"){
|
dir("${WORKSPACE}"){
|
||||||
// Run SonarQube analysis for Angular
|
// Run SonarQube analysis for Angular
|
||||||
script {
|
script {
|
||||||
def scannerHome = tool name: 'angular-demo', type: 'hudson.plugins.sonar.SonarRunnerInstallation'
|
def scannerHome = tool name: 'spring-petclinic-hackathon-demo', type: 'hudson.plugins.sonar.SonarRunnerInstallation'
|
||||||
withSonarQubeEnv('sonar') {
|
withSonarQubeEnv('sonar') {
|
||||||
sh "echo $pwd"
|
sh "echo $pwd"
|
||||||
sh "${scannerHome}/bin/sonar-scanner"
|
sh "${scannerHome}/bin/sonar-scanner"
|
||||||
|
|
Loading…
Reference in a new issue