mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:45:49 +00:00
Merge b87d2f11de
into a2672fef9b
This commit is contained in:
commit
d7d8565d53
1 changed files with 14 additions and 0 deletions
14
jenkins file
Normal file
14
jenkins file
Normal file
|
@ -0,0 +1,14 @@
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('git') {
|
||||
}
|
||||
stage('build') {
|
||||
}
|
||||
stage('install') {
|
||||
}
|
||||
stage ('deploy') {
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue