Skip to content

Commit

Permalink
CI - skip junit checks publishing to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
credpath-seek committed Feb 23, 2024
1 parent 3dc1770 commit d35079a
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 '**/build/test-results/**/TEST-*.xml'
junit skipPublishingChecks: true, testResults: '**/build/test-results/**/TEST-*.xml'
}

def doStreamsArchetype() {
Expand Down

0 comments on commit d35079a

Please sign in to comment.