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 2760447 commit 11f90c0Copy full SHA for 11f90c0
Jenkinsfile
@@ -178,7 +178,9 @@ pipeline {
178
./gradlew clean build -x test
179
180
// Run a sufficient number of tests to verify the PR.
181
+ echo "Starting tests!"
182
./gradlew cleanTest marklogic-client-api:test || true
183
+ echo "Completed tests!"
184
'''
185
// Omitting this until MLE-24523 can be addressed
186
// ./gradlew -PtestUseReverseProxyServer=true test-app:runReverseProxyServer marklogic-client-api-functionaltests:runFastFunctionalTests || true
0 commit comments