spring-petclinic/Jenkins file
Ramesh05 f8e2dc9df6
Create Jenkins file
Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com>
2025-06-21 18:12:41 +05:30

14 lines
199 B
Text

pipeline {
agent any
stages {
stage('git') {
}
stage('build') {
}
stage('install') {
}
stage ('deploy') {
}
}
}