From ac72590584499d409789c38d8633d310b3c2b482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Thu, 6 Nov 2025 10:41:37 +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=82=D0=B0=D1=81=D0=BF=D0=B0?= =?UTF-8?q?=D1=81=D0=BE=D0=B1=D0=BD=D0=BE=D1=81=D1=82=D0=B8=20=D0=B2=20?= =?UTF-8?q?=D0=BB=D0=BE=D0=B3=D0=B0=D1=85=20Jenkins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index aed85df..385b98d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,13 +4,7 @@ pipeline { stages { stage('recreate > build > reun container') { steps { - sh "docker-compose up --force-recreate --build -d parse_saby" - } - } - - stage('show logs') { - steps { - sh "docker-compose logs -f" + sh "docker-compose up --force-recreate --build parse_saby" } } }