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