From dfb70f63cb5184b5692f4a1af931f660821b3dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Thu, 6 Nov 2025 10:32:27 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA?= =?UTF-8?q?=D0=B0=20=D1=80=D0=B0=D0=B1=D0=BE=D1=81=D1=82=D0=B0=D0=BF=D0=BE?= =?UTF-8?q?=D1=81=D0=B1=D0=BD=D0=BE=D1=81=D1=82=D0=B8=20=D1=81=D0=BA=D1=80?= =?UTF-8?q?=D0=B8=D0=BF=D1=82=D0=B0=20=D1=87=D0=B5=D1=80=D0=B5=D0=BB=20?= =?UTF-8?q?=D0=BB=D0=BE=D0=B3=D0=B8=20=D0=B2=20Jenkins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 365b029..385b98d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,7 @@ pipeline { stages { stage('recreate > build > reun container') { steps { - sh "docker-compose up --force-recreate --build -d parse_saby" - sh "docker-compose logs parse_saby" + sh "docker-compose up --force-recreate --build parse_saby" } } }