mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
test
This commit is contained in:
parent
2169201487
commit
4f0fa86dfa
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ node {
|
|||
}
|
||||
stage('Build') {
|
||||
// Execute Maven build. Replace with your specific build command.
|
||||
def mvn = tool 'M3';
|
||||
sh "./mvnw package" // Or any other relevant Maven goals for your project.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue