mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Added Sonar
This commit is contained in:
parent
cde6321801
commit
8fa4432796
1 changed files with 8 additions and 0 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -14,5 +14,13 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage ('Sonar') {
|
||||
steps {
|
||||
script {
|
||||
scannerHome = tool 'Sonar'
|
||||
}
|
||||
sh "${scannerHome}/bin/sonar-scanner"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue