mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Added Changes
This commit is contained in:
parent
09de9552bc
commit
7311adfe9e
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -13,7 +13,7 @@ pipeline {
|
|||
jdk 'JDK_17'
|
||||
}
|
||||
steps {
|
||||
sh "mvn package"
|
||||
sh "./mvnw package"
|
||||
}
|
||||
}
|
||||
stage('post build') {
|
||||
|
|
Loading…
Reference in a new issue