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
7271a4726a
commit
81b8bf33fd
1 changed files with 4 additions and 3 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -11,17 +11,18 @@ pipeline {
|
|||
steps{
|
||||
bat './mvnw test'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Package'){
|
||||
steps{
|
||||
bat './mvnw package'
|
||||
}
|
||||
}
|
||||
stage('Deploy'){
|
||||
steps{
|
||||
bat './mvnw deploy'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue