We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6e784 commit d406b0fCopy full SHA for d406b0f
1 file changed
Jenkinsfile.eval
@@ -35,7 +35,7 @@ pipeline {
35
timeout 60 bash -c 'until docker exec cognito-eval-mongo mongosh --eval "db.runCommand({ ping: 1 })" > /dev/null 2>&1; do sleep 2; done'
36
37
echo "Waiting for Weaviate..."
38
- timeout 120 bash -c 'until docker exec cognito-eval-weaviate curl -s http://localhost:8080/v1/.well-known/ready > /dev/null 2>&1; do sleep 2; done'
+ timeout 120 bash -c 'until curl -s http://172.17.0.1:8081/v1/.well-known/ready > /dev/null 2>&1; do sleep 2; done'
39
40
echo "Infrastructure ready!"
41
'''
0 commit comments