mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
updated
This commit is contained in:
parent
7027254d8f
commit
ec3fa51d19
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -14,4 +14,10 @@ node('jfrognew'){
|
|||
archiveArtifacts 'target/*.jar'
|
||||
}
|
||||
|
||||
stage('Sonar') {
|
||||
withSonarQubeEnv('SONAR-7.1') {
|
||||
sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue