Updated needed function

This commit is contained in:
Daniel Weissmall 2023-12-01 14:36:04 +03:00
parent 85c40aed83
commit 01cbadbaef

View File

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