You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@training.apache.org by cd...@apache.org on 2020/01/24 10:16:06 UTC

[incubator-training] branch master updated: - Commented out the email notification untill we find out how to not send failures if the build is skipped because nothing changed in the "tools" directory.

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git


The following commit(s) were added to refs/heads/master by this push:
     new f1cc17d  - Commented out the email notification untill we find out how to not send failures if the build is skipped because nothing changed in the "tools" directory.
f1cc17d is described below

commit f1cc17d78d5abdcdb766995a905e85e616a4bec2
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Jan 24 11:15:55 2020 +0100

    - Commented out the email notification untill we find out how to not send failures if the build is skipped because nothing changed in the "tools" directory.
---
 tools/Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/Jenkinsfile b/tools/Jenkinsfile
index b6bdfe3..ed096fc 100644
--- a/tools/Jenkinsfile
+++ b/tools/Jenkinsfile
@@ -81,7 +81,7 @@ pipeline {
         }
     }
 
-    // Send out notifications on unsuccessful builds.
+/*    // Send out notifications on unsuccessful builds.
     post {
         // If this build failed, send an email to the list.
         failure {
@@ -136,6 +136,6 @@ Is back to normal.
                 }
             }
         }
-    }
+    }*/
 
 }