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()