Skip to content

Commit 4c6324e

Browse files
committed
More hacking
1 parent 576b996 commit 4c6324e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,12 @@ pipeline {
187187
//./gradlew clean build -x test
188188
189189
// Run a sufficient number of tests to verify the PR.
190-
./gradlew marklogic-client-api:test --tests ReadDocumentPageTest || true
190+
//./gradlew marklogic-client-api:test --tests ReadDocumentPageTest || true
191191
192192
// Run a test with the reverse proxy server to ensure it's fine.
193+
echo "Starting tests!"
193194
./gradlew -PtestUseReverseProxyServer=true clean runReverseProxyServer marklogic-client-api:test --tests ReadDocumentPageTest || true
195+
echo "Finished tests!"
194196
'''
195197
junit '**/build/**/TEST*.xml'
196198
}

0 commit comments

Comments
 (0)