Updated needed function
This commit is contained in:
parent
85c40aed83
commit
01cbadbaef
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user