This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch devel-camel-20383 in repository https://gitbox.apache.org/repos/asf/camel.git
commit c2af056ee5f3d650da997d5f97322cd6dd285669 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Wed Apr 10 09:31:14 2024 +0200 Disable warning about publisher checks --- Jenkinsfile.matrix.platform | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.matrix.platform b/Jenkinsfile.matrix.platform index de8d3e4a7c1..e638a64072c 100644 --- a/Jenkinsfile.matrix.platform +++ b/Jenkinsfile.matrix.platform @@ -146,8 +146,8 @@ pipeline { } post { always { - junit allowEmptyResults: true, testResults: '**/target/surefire-reports/*.xml' - junit allowEmptyResults: true, testResults: '**/target/failsafe-reports/*.xml' + junit allowEmptyResults: true, testResults: '**/target/surefire-reports/*.xml', skipPublishingChecks: true + junit allowEmptyResults: true, testResults: '**/target/failsafe-reports/*.xml', skipPublishingChecks: true } } }
