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 2020/08/23 02:13:11 UTC

[logging-pipelines] branch master updated: Notify on regressions

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-pipelines.git


The following commit(s) were added to refs/heads/master by this push:
     new b3428f8  Notify on regressions
b3428f8 is described below

commit b3428f8658d92ef02bba19046a826ea7c03a1639
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Aug 22 21:12:58 2020 -0500

    Notify on regressions
---
 log4j/Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/log4j/Jenkinsfile b/log4j/Jenkinsfile
index 706828e..78fe04d 100644
--- a/log4j/Jenkinsfile
+++ b/log4j/Jenkinsfile
@@ -101,6 +101,9 @@ pipeline {
                 fixed {
                     notifyBuildFixed()
                 }
+                regression {
+                    notifyBuildFailed()
+                }
                 failure {
                     notifyBuildFailed()
                 }