You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2023/03/28 02:03:10 UTC

[james-site] 25/30: Announce failed build on james server-dev mailing list (#35)

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

rcordier pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/james-site.git

commit 730b0655d1b1195466de970662b994f84d6039a0
Author: Trần Hồng Quân <55...@users.noreply.github.com>
AuthorDate: Tue Mar 21 12:57:56 2023 +0700

    Announce failed build on james server-dev mailing list (#35)
    
    Otherwise, silent failed builds could lead to missing James site.
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index f7659e92f..8e9a76e59 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -100,6 +100,7 @@ pipeline {
 
         Check console output at "<a href="${env.BUILD_URL}">${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]</a>"
         """,
+                            to: "server-dev@james.apache.org",
                             recipientProviders: [[$class: 'DevelopersRecipientProvider']]
                     )
                 } else {
@@ -136,6 +137,7 @@ pipeline {
 
     Is back to normal.
     """,
+                                to: "server-dev@james.apache.org",
                                 recipientProviders: [[$class: 'DevelopersRecipientProvider']]
                         )
                     }


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org