mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
update to initial form
This commit is contained in:
parent
fd5eee3be1
commit
22d8c5bad6
1 changed files with 0 additions and 16 deletions
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -2,25 +2,9 @@ pipeline {
|
|||
agent any
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh './mvnw clean'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh './mvnw test'
|
||||
}
|
||||
}
|
||||
stage('Package') {
|
||||
steps {
|
||||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
stage('Deploy'){
|
||||
when{ branch 'master' }
|
||||
steps {
|
||||
sh './mvnw deploy'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue