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
35fa9f39ce
commit
694e2f878c
1 changed files with 9 additions and 1 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -3,12 +3,20 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage('git') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
stage('build') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
stage('test') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
stage ('deploy') {
|
||||
stage('deploy') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue