You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/03 21:06:44 UTC

[22/50] [abbrv] logging-log4j-scala git commit: Add failure emails for master builds

Add failure emails for master builds


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/421c39c2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/421c39c2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/421c39c2

Branch: refs/heads/master
Commit: 421c39c267abed825217dd286f584f6d1a571df6
Parents: e37c29a
Author: Matt Sicker <bo...@gmail.com>
Authored: Fri Mar 30 19:47:50 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Fri Mar 30 19:47:50 2018 -0500

----------------------------------------------------------------------
 Jenkinsfile | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/421c39c2/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index c51e27c..1af227b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,6 +57,11 @@ pipeline {
                     }
                 }
             }
+            post {
+                failure {
+                    emailext body: "See <${env.BUILD_URL}>", replyTo: 'dev@logging.apache.org', subject: "[Scala] Jenkins build failure (#${env.BUILD_NUMBER})", 'notifications@logging.apache.org'
+                }
+            }
         }
     }
 }