File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,14 @@ def setupDockerMarkLogic(String image){
1717 echo "Removing any running MarkLogic server and clean up MarkLogic data directory"
1818 sudo /usr/local/sbin/mladmin remove
1919 sudo /usr/local/sbin/mladmin cleandata
20- cd java-client-api/test-app
20+ cd java-client-api
2121 docker compose down -v || true
2222 docker volume prune -f
2323 echo "Using image: "''' + image+ '''
2424 docker pull ''' + image+ '''
2525 MARKLOGIC_IMAGE=''' + image+ ''' MARKLOGIC_LOGS_VOLUME=marklogicLogs docker compose up -d --build
26- echo "mlPassword=admin" > gradle-local.properties
2726 echo "Waiting for MarkLogic server to initialize."
2827 sleep 60s
29- cd ..
30- echo "mlPassword=admin" > gradle-local.properties
3128 export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR
3229 export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH
3330 ./gradlew mlTestConnections
You can’t perform that action at this time.
0 commit comments