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() {