From 3c2945e986e8a9b759ba0fd8dd7e180627d7b8fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Wed, 27 Aug 2025 11:27:00 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f962797..fea2dea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { sh "docker images -a" sh "docker-compose up --force-recreate --build -d parse_saby" sh "docker images -a" - sh "docker images -a | grep '"'git.dataekb.ru/sadikov/parse_saby/parse_saby_main'"' | awk '{print $3}' | xargs docker rmi" + sh "docker images -a | grep 'git.dataekb.ru/sadikov/parse_saby/parse_saby_main' | awk '{print $3}' | xargs docker rmi" sh "docker images -a" } }