Update Jenkinsfile
This commit is contained in:
parent
db69184f20
commit
d71e6f8b33
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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
|
||||
'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user