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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 4d55b615207 Update Jenkinsfile.sb.deploy (#1078)
4d55b615207 is described below
commit 4d55b61520784c6716989a6a98450f03c35e34dc
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Feb 1 09:35:53 2024 +0100
Update Jenkinsfile.sb.deploy (#1078)
since I never contributed to your project I do not want to receive build
failure mails. Thanks
---
Jenkinsfile.sb.deploy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.sb.deploy b/Jenkinsfile.sb.deploy
index b5ab518428c..0b204bdc6cd 100644
--- a/Jenkinsfile.sb.deploy
+++ b/Jenkinsfile.sb.deploy
@@ -75,7 +75,7 @@ pipeline {
emailext(
subject: '${DEFAULT_SUBJECT}',
body: '${DEFAULT_CONTENT}',
- recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+ recipientProviders: [[$class: 'DevelopersRecipientProvider']]
)
}
}