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