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
b9f68ac2b4
commit
9638347152
1 changed files with 15 additions and 1 deletions
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -6,6 +6,20 @@ pipeline {
|
|||
bat './mvnw package'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
//
|
||||
}
|
||||
}
|
||||
stage('Package') {
|
||||
steps {
|
||||
//
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
//
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue