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}" - } -} }