You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/28 19:49:39 UTC

(camel) branch main updated: Update Jenkinsfile.ppc64le (#12940)

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 ec195e19568 Update Jenkinsfile.ppc64le (#12940)
ec195e19568 is described below

commit ec195e19568178b2ee1135b838e12394c80961a4
Author: P. Ottlinger <ot...@users.noreply.github.com>
AuthorDate: Sun Jan 28 20:49:32 2024 +0100

    Update Jenkinsfile.ppc64le (#12940)
    
    to not include people that never contributed to camel, but receive jenkins build failure mails now.
---
 Jenkinsfile.ppc64le | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le
index 4a09acd2771..00206b7dac1 100644
--- a/Jenkinsfile.ppc64le
+++ b/Jenkinsfile.ppc64le
@@ -93,7 +93,7 @@ pipeline {
             emailext(
                 subject: '${DEFAULT_SUBJECT}',
                 body: '${DEFAULT_CONTENT}',
-                recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+                recipientProviders: [[$class: 'DevelopersRecipientProvider']]
             )
         }
     }