mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +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') {
|
stage('Deployment on UT') {
|
||||||
steps {
|
steps {
|
||||||
// Run the tests
|
// Run the tests
|
||||||
|
|
Loading…
Reference in a new issue