Initial commit
This commit is contained in:
commit
85c40aed83
6
helpers.groovy
Normal file
6
helpers.groovy
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
def stageWithChecks(String name, Closure body) {
|
||||||
|
stage(name) {
|
||||||
|
body()
|
||||||
|
setSuccessCheck(name, name)
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user