This is an automated email from the ASF dual-hosted git repository.
btellier pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/james-site.git
The following commit(s) were added to refs/heads/staging by this push:
new 730b0655d Announce failed build on james server-dev mailing list (#35)
730b0655d is described below
commit 730b0655d1b1195466de970662b994f84d6039a0
Author: Trần Hồng Quân <[email protected]>
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: "[email protected]",
recipientProviders: [[$class:
'DevelopersRecipientProvider']]
)
} else {
@@ -136,6 +137,7 @@ pipeline {
Is back to normal.
""",
+ to: "[email protected]",
recipientProviders: [[$class:
'DevelopersRecipientProvider']]
)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]