This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new a39677f85a0 Update Jenkinsfile.jdk17 (#12938) a39677f85a0 is described below commit a39677f85a0740a4f09da27ffed559044e62a7cb Author: P. Ottlinger <ottlin...@users.noreply.github.com> AuthorDate: Sun Jan 28 17:36:23 2024 +0100 Update Jenkinsfile.jdk17 (#12938) to avoid mail spam albeit I never contributed to this project. --- Jenkinsfile.jdk17 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.jdk17 b/Jenkinsfile.jdk17 index a9a32e77d93..b2f33eaa06c 100644 --- a/Jenkinsfile.jdk17 +++ b/Jenkinsfile.jdk17 @@ -91,7 +91,7 @@ pipeline { emailext( subject: '${DEFAULT_SUBJECT}', body: '${DEFAULT_CONTENT}', - recipientProviders: [[$class: 'CulpritsRecipientProvider']] + recipientProviders: [[$class: 'DevelopersRecipientProvider']] ) } }