mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
1940f3f9e4
commit
37d1d2c168
1 changed files with 8 additions and 0 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -20,6 +20,14 @@ pipeline {
|
|||
'''
|
||||
}
|
||||
}
|
||||
stage('Docker Image Creation') {
|
||||
steps {
|
||||
// Run the tests
|
||||
sh '''
|
||||
echo "Create a image"
|
||||
'''
|
||||
}
|
||||
|
||||
stage('Deployment on UT') {
|
||||
steps {
|
||||
// Run the tests
|
||||
|
|
Loading…
Reference in a new issue