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