mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +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'
|
jdk 'JDK_17'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh "mvn package"
|
sh "./mvnw package"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('post build') {
|
stage('post build') {
|
||||||
|
|
Loading…
Reference in a new issue