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:50:07 UTC

(camel) branch main updated: Update Jenkinsfile.s390x (#12941)

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 0dff3a859b8 Update Jenkinsfile.s390x (#12941)
0dff3a859b8 is described below

commit 0dff3a859b8cbd91540a4455a187ae422ed4da16
Author: P. Ottlinger <ot...@users.noreply.github.com>
AuthorDate: Sun Jan 28 20:50:00 2024 +0100

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

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index 4595accdcb4..ce61cfba203 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -93,7 +93,7 @@ pipeline {
             emailext(
                 subject: '${DEFAULT_SUBJECT}',
                 body: '${DEFAULT_CONTENT}',
-                recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+                recipientProviders: [[$class: 'DevelopersRecipientProvider']]
             )
         }
     }