From 1f7933ced7853a6b8287f4fde00896c4de4244de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Tue, 26 Aug 2025 09:57:34 +0500 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B2=D1=82=D0=BE=D1=80=D0=BD=D0=BE=D0=B5=20=D1=81=D0=BE?= =?UTF-8?q?=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BD=D1=82?= =?UTF-8?q?=D0=B5=D0=B9=D0=BD=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7006ad1..5ae5c3b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,20 +2,13 @@ pipeline { agent { label 'agent_smith' } stages { - stage('Stop and Remove Existing Container') { + stage('recreate > build > reun container') { steps { sh "docker-compose up --force-recreate --build -d parse_saby" sh "docker image prune -f" } } - - stage('Build and Run Container') { - steps { - sh ''' - docker-compose up --build -d - ''' - } - } + stage('show logs') { steps { sh '''