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 b2c2135 commit 721116aCopy full SHA for 721116a
Jenkinsfile
@@ -30,7 +30,9 @@ def runDockerCompose(String markLogicDockerImage) {
30
docker-compose down -v || true
31
sudo /usr/local/sbin/mladmin cleandata
32
cd node-client-api
33
+ echo "Running docker compose with MarkLogic image: ''' + markLogicDockerImage + '''"
34
MARKLOGIC_LOGS_VOLUME=/tmp MARKLOGIC_IMAGE=''' + markLogicDockerImage + ''' docker-compose up -d --build
35
+ echo "Waiting 60s for MarkLogic to be ready to accept connections"
36
sleep 60s;
37
'''
38
}
0 commit comments