diff --git a/kubernetes/pipelines/deploy_core/Jenkinsfile b/kubernetes/pipelines/deploy_core/Jenkinsfile index d41ae8b55a..03418c8615 100644 --- a/kubernetes/pipelines/deploy_core/Jenkinsfile +++ b/kubernetes/pipelines/deploy_core/Jenkinsfile @@ -36,8 +36,8 @@ node() { currentBuild.result = "FAILURE" throw err } - finally { + /* finally { slack_notify(currentBuild.result) email_notify() - } + } */ }