From 01cbadbaefc823982b9b518576b1f88ad812d89d Mon Sep 17 00:00:00 2001 From: weissmall Date: Fri, 1 Dec 2023 14:36:04 +0300 Subject: [PATCH] Updated needed function --- helpers.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helpers.groovy b/helpers.groovy index 0678ed4..ce93f11 100644 --- a/helpers.groovy +++ b/helpers.groovy @@ -1,3 +1,7 @@ +def setSuccessCheck(String name, String title) { + publishChecks name: name, title: title, summary: '— Successful', conclusion: "SUCCESS" +} + def stageWithChecks(String name, Closure body) { stage(name) { body()