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:06 UTC

(camel) branch main updated: Update Jenkinsfile.jdk21 (#12939)

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 7771d959c04 Update Jenkinsfile.jdk21 (#12939)
7771d959c04 is described below

commit 7771d959c048e02ec183630607cd88f0073a871c
Author: P. Ottlinger <ot...@users.noreply.github.com>
AuthorDate: Sun Jan 28 20:48:59 2024 +0100

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

diff --git a/Jenkinsfile.jdk21 b/Jenkinsfile.jdk21
index b4a902dcf0c..48a6227ba27 100644
--- a/Jenkinsfile.jdk21
+++ b/Jenkinsfile.jdk21
@@ -92,7 +92,7 @@ pipeline {
             emailext(
                 subject: '${DEFAULT_SUBJECT}',
                 body: '${DEFAULT_CONTENT}',
-                recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+                recipientProviders: [[$class: 'DevelopersRecipientProvider']]
             )
         }
     }