From 88f817927bbbbd5d6acdc3f1ae80f86f8ce45b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Wed, 27 Aug 2025 12:32:34 +0500 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=20docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index abc7bcd..a858220 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,8 +6,11 @@ pipeline { steps { sh "docker images -a" sh "docker-compose build parse_saby" + sh "docker rmi git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest" sh "docker-compose build parse_saby" + sh "docker rmi git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest" sh "docker-compose build parse_saby" + sh "docker rmi git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest" //sh "docker-compose up --force-recreate --build -d parse_saby" sh "docker images -a" }