spring-petclinic/Jenkins file
Ramesh05 f91ae91342
Update Jenkins file
Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com>
2025-06-21 18:20:44 +05:30

14 lines
198 B
Text

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