From ead1cef1bc83cdd82ca0756e53c47414e673f3f9 Mon Sep 17 00:00:00 2001 From: Firassawan <35850933+Firassawan@users.noreply.github.com> Date: Mon, 9 Mar 2020 17:36:59 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fd8fe3c45..df01d0737 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,11 +22,4 @@ pipeline { } } } - post { - failure { - mail to: 'firassawan@icloud.com', - subject: "Failed Pipeline: ${currentBuild.fullDisplayName}", - body: "Something is wrong with ${env.BUILD_URL}" - } -} }