We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07c159 commit e5a493bCopy full SHA for e5a493b
Jenkinsfile
@@ -34,6 +34,8 @@ def runDockerCompose(String markLogicDockerImage) {
34
cd node-client-api
35
echo "Running docker compose with MarkLogic image: ''' + markLogicDockerImage + '''"
36
MARKLOGIC_LOGS_VOLUME=/tmp MARKLOGIC_IMAGE=''' + markLogicDockerImage + ''' docker-compose up -d --build
37
+ echo "Waiting for MarkLogic to be ready to accept connections"
38
+ sleep 60s;
39
'''
40
}
41
0 commit comments