Update Jenkinsfile

This commit is contained in:
jassim 2025-09-04 11:08:13 +00:00
parent db69184f20
commit d71e6f8b33

3
Jenkinsfile vendored
View File

@ -192,9 +192,6 @@ pipeline {
# Start databases and infrastructure first # Start databases and infrastructure first
docker compose up -d postgres redis mongodb rabbitmq neo4j chromadb 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:" echo "Infrastructure services status:"
docker compose ps docker compose ps
' '