From 99295421c13c76745649831cd4a1ee07bb2bd3c3 Mon Sep 17 00:00:00 2001 From: Chris Egerton Date: Tue, 30 Jan 2024 15:09:41 -0500 Subject: [PATCH] Revert "MINOR: Fix "No suitable checks publisher found" message during CI build" (#15292) Reviewers: Greg Harris --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0b2d14c0b721..50b7f6a298e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ def doTest(env, target = "test") { sh """./gradlew -PscalaVersion=$SCALA_VERSION ${target} \ --profile --continue -PkeepAliveMode="session" -PtestLoggingEvents=started,passed,skipped,failed \ -PignoreFailures=true -PmaxParallelForks=2 -PmaxTestRetries=1 -PmaxTestRetryFailures=10""" - junit skipPublishingChecks: true, testResults: '**/build/test-results/**/TEST-*.xml' + junit '**/build/test-results/**/TEST-*.xml' } def doStreamsArchetype() {