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 1 deletions
Showing only changes of commit fdc60b6322 - Show all commits

2
Jenkinsfile vendored
View File

@ -93,7 +93,7 @@ pipeline {
} }
steps { steps {
sh 'docker pull $IMAGE:$GIT_BRANCH' sh 'docker pull $IMAGE:$GIT_BRANCH'
sh 'docker run -d --name $GIT_BRANCH $IMAGE:$GIT_BRANCH' sh 'docker run --name $GIT_BRANCH $IMAGE:$GIT_BRANCH'
} }
post { post {
always { always {