Skip to content

Commit 11f90c0

Browse files
committed
MLE-24523 Debugging Jenkinsfile
Just hacking for now
1 parent 2760447 commit 11f90c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ pipeline {
178178
./gradlew clean build -x test
179179
180180
// Run a sufficient number of tests to verify the PR.
181+
echo "Starting tests!"
181182
./gradlew cleanTest marklogic-client-api:test || true
183+
echo "Completed tests!"
182184
'''
183185
// Omitting this until MLE-24523 can be addressed
184186
// ./gradlew -PtestUseReverseProxyServer=true test-app:runReverseProxyServer marklogic-client-api-functionaltests:runFastFunctionalTests || true

0 commit comments

Comments
 (0)