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 21:11:35 UTC

(camel) branch main updated: Update Jenkinsfile.deploy (#12944)

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 d68a63cbc65 Update Jenkinsfile.deploy (#12944)
d68a63cbc65 is described below

commit d68a63cbc658725ae705cdbd1e564984ba130810
Author: P. Ottlinger <ot...@users.noreply.github.com>
AuthorDate: Sun Jan 28 22:11:30 2024 +0100

    Update Jenkinsfile.deploy (#12944)
    
    to not include people that never contributed to camel, but receive jenkins build failure mails now.
    
    I missed one more Jenkinsfile and just received a failure notice from ASF-Jenkins.
    
    Thanks
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index f1e17ba237c..c0c50fe587a 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -78,7 +78,7 @@ pipeline {
             emailext(
                 subject: '${DEFAULT_SUBJECT}',
                 body: '${DEFAULT_CONTENT}',
-                recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+                recipientProviders: [[$class: 'DevelopersRecipientProvider']]
             )
         }
     }