mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
user
This commit is contained in:
parent
44bd2d4e9e
commit
1754b0b79b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ node {
|
|||
}
|
||||
stage('SonarQube analysis') {
|
||||
// performing sonarqube analysis with "withSonarQubeENV(<Name of Server configured in Jenkins>)"
|
||||
withSonarQubeEnv('sonar-test') {
|
||||
withSonarQubeEnv('mytest') {
|
||||
// requires SonarQube Scanner for Maven 3.2+
|
||||
sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.2:sonar'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue