From 183a8f12fa2e8157477476ad8ca2a67ebb9895cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Mon, 25 Aug 2025 17:51:02 +0500 Subject: [PATCH] test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a782e21..9f78eab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Stop and Remove Existing Container') { steps { sh ''' - "docker-compose up --force-recreate --build -d parse_saby" + "docker compose up --force-recreate --build -d parse_saby" "docker image prune -f" ''' }