From f35222e2a41af07bde5f5b5b8bdee381ab61aaa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Tue, 26 Aug 2025 09:53:37 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC?= =?UTF-8?q?=D0=B0=20=D0=B1=D1=8B=D0=BB=D0=B0=20=D0=B2=20=D0=BA=D0=BE=D0=B2?= =?UTF-8?q?=D1=8B=D1=87=D0=BA=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a782e21..7006ad1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,10 +4,8 @@ pipeline { stages { stage('Stop and Remove Existing Container') { steps { - sh ''' - "docker-compose up --force-recreate --build -d parse_saby" - "docker image prune -f" - ''' + sh "docker-compose up --force-recreate --build -d parse_saby" + sh "docker image prune -f" } }