mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
updated JenkinsFile
This commit is contained in:
parent
81b8bf33fd
commit
029d8269f3
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -18,6 +18,7 @@ pipeline {
|
||||||
bat './mvnw package'
|
bat './mvnw package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy'){
|
stage('Deploy'){
|
||||||
steps{
|
steps{
|
||||||
bat './mvnw deploy'
|
bat './mvnw deploy'
|
||||||
|
|
Loading…
Reference in a new issue