mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
fa7654b9b3
commit
ef2aa48b05
1 changed files with 10 additions and 13 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -11,13 +11,11 @@ pipeline {
|
|||
sh 'mvn test'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Package') {
|
||||
steps {
|
||||
sh 'mvn package'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'mvn deploy'
|
||||
|
@ -25,4 +23,3 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue