This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch jenkinsfile-fix in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit fa4153ff74cc187ee28e9f7e07b52849d3567f07 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Feb 1 09:44:35 2024 +0100 Removed CulpritsRecipientProvider and use DevelopersRecipientProvider in Jenkinsfile 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']] ) } }
