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
86d9202254
commit
d3a4dde387
1 changed files with 0 additions and 6 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -24,12 +24,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage ('Creating Docker image') {
|
||||
agent {
|
||||
docker {
|
||||
image 'docker:20.10'
|
||||
args '-v /var/run/docker.sock:/var/run/docker.sock'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'docker build -t vkarpenko02/spring-petclinic:${GIT_COMMIT} .'
|
||||
sh 'docker push vkarpenko02/mr'
|
||||
|
|
Loading…
Reference in a new issue