mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
Create Jenkins file
Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com>
This commit is contained in:
parent
0be14cfd22
commit
f8e2dc9df6
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