Skip to content

Commit

Permalink
Revert "MINOR: Fix "No suitable checks publisher found" message durin…
Browse files Browse the repository at this point in the history
…g CI build" (apache#15292)

Reviewers: Greg Harris <[email protected]>
  • Loading branch information
C0urante authored Jan 30, 2024
1 parent 3e9ef70 commit 9929542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9929542

Please sign in to comment.