This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch culprits-fix
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 2d20cb562c433ea570b3dd648800f16910386d03
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 1 09:46:55 2024 +0100

    Removed CulpritsRecipientProvider and use DevelopersRecipientProvider in 
Jenkinsfile
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 Jenkinsfile        | 2 +-
 Jenkinsfile.deploy | 2 +-
 Jenkinsfile.jdk17  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bd38883b5..c0ea64a5d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -77,7 +77,7 @@ pipeline {
             emailext(
                 subject: '${DEFAULT_SUBJECT}',
                 body: '${DEFAULT_CONTENT}',
-                recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+                recipientProviders: [[$class: 'DevelopersRecipientProvider']]
             )
         }
     }
diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 434202638..4c8db5a7a 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -73,7 +73,7 @@ pipeline {
             emailext(
                 subject: '${DEFAULT_SUBJECT}',
                 body: '${DEFAULT_CONTENT}',
-                recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+                recipientProviders: [[$class: 'DevelopersRecipientProvider']]
             )
         }
     }
diff --git a/Jenkinsfile.jdk17 b/Jenkinsfile.jdk17
index 9cd113f9f..b30e4754a 100644
--- a/Jenkinsfile.jdk17
+++ b/Jenkinsfile.jdk17
@@ -77,7 +77,7 @@ pipeline {
             emailext(
                 subject: '${DEFAULT_SUBJECT}',
                 body: '${DEFAULT_CONTENT}',
-                recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+                recipientProviders: [[$class: 'DevelopersRecipientProvider']]
             )
         }
     }

Reply via email to