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 576b996 commit 4c6324eCopy full SHA for 4c6324e
Jenkinsfile
@@ -187,10 +187,12 @@ pipeline {
187
//./gradlew clean build -x test
188
189
// Run a sufficient number of tests to verify the PR.
190
- ./gradlew marklogic-client-api:test --tests ReadDocumentPageTest || true
+ //./gradlew marklogic-client-api:test --tests ReadDocumentPageTest || true
191
192
// Run a test with the reverse proxy server to ensure it's fine.
193
+ echo "Starting tests!"
194
./gradlew -PtestUseReverseProxyServer=true clean runReverseProxyServer marklogic-client-api:test --tests ReadDocumentPageTest || true
195
+ echo "Finished tests!"
196
'''
197
junit '**/build/**/TEST*.xml'
198
}
0 commit comments