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){
17
17
echo "Removing any running MarkLogic server and clean up MarkLogic data directory"
18
18
sudo /usr/local/sbin/mladmin remove
19
19
sudo /usr/local/sbin/mladmin cleandata
20
- cd java-client-api/test-app
20
+ cd java-client-api
21
21
docker compose down -v || true
22
22
docker volume prune -f
23
23
echo "Using image: "''' + image+ '''
24
24
docker pull ''' + image+ '''
25
25
MARKLOGIC_IMAGE=''' + image+ ''' MARKLOGIC_LOGS_VOLUME=marklogicLogs docker compose up -d --build
26
- echo "mlPassword=admin" > gradle-local.properties
27
26
echo "Waiting for MarkLogic server to initialize."
28
27
sleep 60s
29
- cd ..
30
- echo "mlPassword=admin" > gradle-local.properties
31
28
export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR
32
29
export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH
33
30
./gradlew mlTestConnections
You can’t perform that action at this time.
0 commit comments