mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Jenkinsfile
This commit is contained in:
parent
a08eef23ba
commit
c8a3e6acd6
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -6,17 +6,17 @@ pipeline {
|
|||
bat './mvnw compile'
|
||||
}
|
||||
}
|
||||
stage('Test')
|
||||
stage('Test') {
|
||||
steps {
|
||||
bat './mvnw test'
|
||||
}
|
||||
}
|
||||
stage('Package')
|
||||
stage('Package') {
|
||||
steps {
|
||||
bat './mvnw package'
|
||||
}
|
||||
}
|
||||
stage('Deploy')
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
bat './mvnw deploy'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue