mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
test
This commit is contained in:
parent
bafcb74e90
commit
62fd406c2a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ node {
|
||||||
stage('SonarQube Analysis') {
|
stage('SonarQube Analysis') {
|
||||||
def mvn = tool 'M3';
|
def mvn = tool 'M3';
|
||||||
withSonarQubeEnv("sq1") {
|
withSonarQubeEnv("sq1") {
|
||||||
sh "${mvn}/bin/mvn clean verify sonar:sonar -Dsonar.projectKey=Web -Dsonar.projectName='Web'"
|
sh "${mvn}/bin/mvn sonar:sonar -Dsonar.projectKey=Web -Dsonar.projectName='Web'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue