feat: docker pull back image #740

Open
alexm wants to merge 46 commits from 6695-docker_push into dev
1 changed files with 1 additions and 0 deletions
Showing only changes of commit aa682d0ca5 - Show all commits

1
Jenkinsfile vendored
View File

@ -95,6 +95,7 @@ pipeline {
sh 'docker pull $IMAGE:$GIT_BRANCH' sh 'docker pull $IMAGE:$GIT_BRANCH'
sh 'docker ps -a' sh 'docker ps -a'
sh 'docker stop $GIT_BRANCH' sh 'docker stop $GIT_BRANCH'
sh 'docker rm $GIT_BRANCH'
sh 'docker run --name $GIT_BRANCH $IMAGE:$GIT_BRANCH' sh 'docker run --name $GIT_BRANCH $IMAGE:$GIT_BRANCH'
} }
post { post {