commit | d27eedb17bcdaf04b805df32e3a125714ba44e68 | [log] [tgz] |
---|---|---|
author | Andrea Cosentino <ancosen@gmail.com> | Thu Feb 01 09:45:42 2024 +0100 |
committer | GitHub <noreply@github.com> | Thu Feb 01 09:45:42 2024 +0100 |
tree | 428717c5cbe2acb648b543b6e87fdb9426486ea5 | |
parent | 63bc2eb0757a7d48bfe44f0bbb31dae2c2cf8ed4 [diff] |
Removed CulpritsRecipientProvider and use DevelopersRecipientProvider in Jenkinsfile (#1163) Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
diff --git a/Jenkinsfile b/Jenkinsfile index 2e2849e..1723ed7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -60,7 +60,7 @@ emailext( subject: '${DEFAULT_SUBJECT}', body: '${DEFAULT_CONTENT}', - recipientProviders: [[$class: 'CulpritsRecipientProvider']] + recipientProviders: [[$class: 'DevelopersRecipientProvider']] ) } }