mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
f6b452ac52
commit
b52c2b39a9
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -3,7 +3,9 @@ pipeline {
|
|||
tools{
|
||||
maven "maven3"
|
||||
}
|
||||
stages {
|
||||
stages {
|
||||
|
||||
|
||||
stage('Maven Install') {
|
||||
steps {
|
||||
sh 'mvn clean install'
|
||||
|
|
Loading…
Reference in a new issue