diff --git a/Jenkinsfile b/Jenkinsfile index d53835f9b..e5689613a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ try{ currentBuild.result = "FAILED" throw e }finally{ - notifyBuild(currentBuild.result) + } }