From 9f4029c9fc53467151a4b26f52710d5fc02553f5 Mon Sep 17 00:00:00 2001 From: A-hash-bit <58227483+A-hash-bit@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:28:59 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) + } }