mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Edit Jenkinsfile
This commit is contained in:
parent
d3a4dde387
commit
40a4a597d4
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -25,8 +25,8 @@ pipeline {
|
|||
}
|
||||
stage ('Creating Docker image') {
|
||||
steps {
|
||||
sh 'docker build -t vkarpenko02/spring-petclinic:${GIT_COMMIT} .'
|
||||
sh 'docker push vkarpenko02/mr'
|
||||
sh 'docker build -t vkarpenko02/mr:${GIT_COMMIT} .'
|
||||
sh 'docker push vkarpenko02/mr:${GIT_COMMIT}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue