mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
Update Jenkinsfile
Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com>
This commit is contained in:
parent
9123a1b679
commit
acc7a1d6c5
1 changed files with 8 additions and 0 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -3,12 +3,20 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage('git') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
stage('build') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
stage('test') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
stage('deploy') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue