Skip to content

Commit f21d035

Browse files
committed
Temporarily adding back sleep
1 parent f07c159 commit f21d035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ def runDockerCompose(String markLogicDockerImage) {
3434
cd node-client-api
3535
echo "Running docker compose with MarkLogic image: ''' + markLogicDockerImage + '''"
3636
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 15s;
3739
'''
3840
}
3941

0 commit comments

Comments
 (0)