mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
tried re
This commit is contained in:
parent
dd8693bc8e
commit
c363f89ac9
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -10,8 +10,8 @@ node {
|
|||
stage('SonarQube analysis') {
|
||||
// performing sonarqube analysis with "withSonarQubeENV(<Name of Server configured in Jenkins>)"
|
||||
withSonarQubeEnv('mytest') {
|
||||
// requires SonarQube Scanner for Maven 2.8.1
|
||||
sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:2.8.1:sonar'
|
||||
// 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