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-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new d27eedb1 Removed CulpritsRecipientProvider and use
DevelopersRecipientProvider in Jenkinsfile (#1163)
d27eedb1 is described below
commit d27eedb17bcdaf04b805df32e3a125714ba44e68
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 1 09:45:42 2024 +0100
Removed CulpritsRecipientProvider and use DevelopersRecipientProvider in
Jenkinsfile (#1163)
Signed-off-by: Andrea Cosentino <[email protected]>
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2e2849e1..1723ed7d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,7 +60,7 @@ pipeline {
emailext(
subject: '${DEFAULT_SUBJECT}',
body: '${DEFAULT_CONTENT}',
- recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+ recipientProviders: [[$class: 'DevelopersRecipientProvider']]
)
}
}