From fbab7aebcf1c734724029b94ec1f8d7236e2ddfa Mon Sep 17 00:00:00 2001 From: joan Date: Thu, 24 Sep 2020 15:00:43 +0200 Subject: [PATCH] Removed jenkins success notifications --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c810dc474..d07b47809 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -134,7 +134,7 @@ pipeline { } } - if (!env.COMMITTER_EMAIL) return + if (!env.COMMITTER_EMAIL || currentBuild.currentResult == 'SUCCESS') return; try { mail( to: env.COMMITTER_EMAIL,