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-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push:
new a6867210f Removed CulpritsRecipientProvider and use
DevelopersRecipientProvider in Jenkinsfile (#1596)
a6867210f is described below
commit a6867210f4cbebe655b3df4b1e7191e7c2f76081
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 1 09:47:41 2024 +0100
Removed CulpritsRecipientProvider and use DevelopersRecipientProvider in
Jenkinsfile (#1596)
Signed-off-by: Andrea Cosentino <[email protected]>
---
Jenkinsfile | 2 +-
Jenkinsfile.deploy | 2 +-
Jenkinsfile.jdk17 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index bd38883b5..c0ea64a5d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -77,7 +77,7 @@ pipeline {
emailext(
subject: '${DEFAULT_SUBJECT}',
body: '${DEFAULT_CONTENT}',
- recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+ recipientProviders: [[$class: 'DevelopersRecipientProvider']]
)
}
}
diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 434202638..4c8db5a7a 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -73,7 +73,7 @@ pipeline {
emailext(
subject: '${DEFAULT_SUBJECT}',
body: '${DEFAULT_CONTENT}',
- recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+ recipientProviders: [[$class: 'DevelopersRecipientProvider']]
)
}
}
diff --git a/Jenkinsfile.jdk17 b/Jenkinsfile.jdk17
index 9cd113f9f..b30e4754a 100644
--- a/Jenkinsfile.jdk17
+++ b/Jenkinsfile.jdk17
@@ -77,7 +77,7 @@ pipeline {
emailext(
subject: '${DEFAULT_SUBJECT}',
body: '${DEFAULT_CONTENT}',
- recipientProviders: [[$class: 'CulpritsRecipientProvider']]
+ recipientProviders: [[$class: 'DevelopersRecipientProvider']]
)
}
}