mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
test
This commit is contained in:
parent
4f0fa86dfa
commit
f82e824b33
1 changed files with 0 additions and 4 deletions
|
@ -7,9 +7,5 @@ node {
|
||||||
withSonarQubeEnv("sq1") {
|
withSonarQubeEnv("sq1") {
|
||||||
sh "${mvn}/bin/mvn sonar:sonar -Dsonar.projectKey=Web -Dsonar.projectName='Web'"
|
sh "${mvn}/bin/mvn sonar:sonar -Dsonar.projectKey=Web -Dsonar.projectName='Web'"
|
||||||
}
|
}
|
||||||
stage('Build') {
|
|
||||||
// Execute Maven build. Replace with your specific build command.
|
|
||||||
sh "./mvnw package" // Or any other relevant Maven goals for your project.
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue