mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
2072864251
commit
9bec4596db
1 changed files with 7 additions and 0 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -6,5 +6,12 @@ pipeline {
|
|||
echo 'Hello world!'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Stage 2') {
|
||||
steps {
|
||||
echo 'echo from stage 2!'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue