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 '