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
58b2f4c33d
commit
03db5add22
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -8,19 +8,19 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'mvn test'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
stage('Package') {
|
||||
steps {
|
||||
sh 'mvn package'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'mvn deploy'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue