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'