From 2871499cca1aeacaa45b262583281a0ba1a6c4b1 Mon Sep 17 00:00:00 2001 From: sunitaBeraDevops <139767645+sunitaBeraDevops@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:55:20 +0530 Subject: [PATCH] Update sendSlackNotifications.groovy --- vars/sendSlackNotifications.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/sendSlackNotifications.groovy b/vars/sendSlackNotifications.groovy index edbd236..5aec13e 100644 --- a/vars/sendSlackNotifications.groovy +++ b/vars/sendSlackNotifications.groovy @@ -1,5 +1,5 @@ def call(String buildStatus = 'STARTED') { - // build status of null means successful + build status of null means successful //This is the condition which we are checking weather buildStatus is SUCCESSFULL or not. //This line updated to show the Eclipse with GitHub demo buildStatus = buildStatus ?: 'SUCCESS'