This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch feature/jenkins-notifications-list
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 2188d115918961d84804ae218e377620438b1c4e
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Nov 13 16:27:15 2023 +0100

    Send Jenkins notifications to the notifications@ list
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e00cefb97..b80a9fcd8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -189,7 +189,7 @@ pipeline {
     failure {
       script {
         emailext(
-            to: "commits@struts.apache.org",
+            to: "notificati...@struts.apache.org",
             recipientProviders: [[$class: 'DevelopersRecipientProvider']],
             from: "Mr. Jenkins <jenk...@builds.apache.org>",
             subject: "Jenkins job ${env.JOB_NAME}#${env.BUILD_NUMBER} failed",
@@ -212,7 +212,7 @@ Director of Continuous Integration
     unstable {
       script {
         emailext(
-            to: "commits@struts.apache.org",
+            to: "notificati...@struts.apache.org",
             recipientProviders: [[$class: 'DevelopersRecipientProvider']],
             from: "Mr. Jenkins <jenk...@builds.apache.org>",
             subject: "Jenkins job ${env.JOB_NAME}#${env.BUILD_NUMBER} 
unstable",
@@ -235,7 +235,7 @@ Director of Continuous Integration
     fixed {
       script {
         emailext(
-            to: "commits@struts.apache.org",
+            to: "notificati...@struts.apache.org",
             recipientProviders: [[$class: 'DevelopersRecipientProvider']],
             from: 'Mr. Jenkins <jenk...@builds.apache.org>',
             subject: "Jenkins job ${env.JOB_NAME}#${env.BUILD_NUMBER} back to 
normal",

Reply via email to