mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
eacd09a377
commit
9f6fb76114
1 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -7,10 +7,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage ('Build') {
|
||||
steps {
|
||||
tools {
|
||||
maven 'Maven-3.9.5'
|
||||
}
|
||||
steps {
|
||||
sh "mvn clean install"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue