From d71e6f8b33d3b1ff0b1a787e700b1d688adec391 Mon Sep 17 00:00:00 2001 From: jassim Date: Thu, 4 Sep 2025 11:08:13 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1bed5e9..3cdb07c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -191,10 +191,7 @@ pipeline { echo "Starting infrastructure services..." # Start databases and infrastructure first docker compose up -d postgres redis mongodb rabbitmq neo4j chromadb - - echo "Waiting for infrastructure services to be healthy..." - timeout 300 sh -c "until docker compose ps | grep -E \\"(postgres|redis)\\" | grep -q \\"healthy\\"; do echo \\"Waiting for infrastructure...\\"; sleep 10; done" - + echo "Infrastructure services status:" docker compose ps '