mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
call installed sonar-runner
This commit is contained in:
parent
e8484488dc
commit
e43e76d301
1 changed files with 1 additions and 4 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -16,10 +16,7 @@ pipeline {
|
|||
}
|
||||
stage ('Sonar') {
|
||||
steps {
|
||||
script {
|
||||
scannerHome = tool 'Sonar'
|
||||
}
|
||||
sh "${scannerHome}/bin/sonar-scanner"
|
||||
sh '/var/jenkins_home/sonar/bin/sonar-runner'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue