Skip to content

Commit 721116a

Browse files
committed
MLE-24531 Added echo of Docker image
1 parent b2c2135 commit 721116a

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
@@ -30,7 +30,9 @@ def runDockerCompose(String markLogicDockerImage) {
3030
docker-compose down -v || true
3131
sudo /usr/local/sbin/mladmin cleandata
3232
cd node-client-api
33+
echo "Running docker compose with MarkLogic image: ''' + markLogicDockerImage + '''"
3334
MARKLOGIC_LOGS_VOLUME=/tmp MARKLOGIC_IMAGE=''' + markLogicDockerImage + ''' docker-compose up -d --build
35+
echo "Waiting 60s for MarkLogic to be ready to accept connections"
3436
sleep 60s;
3537
'''
3638
}

0 commit comments

Comments
 (0)