diff --git a/Jenkinsfile b/Jenkinsfile index d05e3bd..aed85df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,15 +4,7 @@ pipeline { stages { stage('recreate > build > reun container') { steps { - sh "docker images -a" - sh "docker-compose build parse_saby" - sh "docker rmi -f git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest" - sh "docker-compose build parse_saby" - sh "docker rmi -f git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest" - sh "docker-compose build parse_saby" - sh "docker rmi -f git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest" - //sh "docker-compose up --force-recreate --build -d parse_saby" - sh "docker images -a" + sh "docker-compose up --force-recreate --build -d parse_saby" } }