feat: revert extraSteps for now
This commit is contained in:
parent
322285e4f4
commit
db97da8b42
@ -1,6 +1,6 @@
|
|||||||
// Common container builder by ZeroDownTime
|
// Common container builder by ZeroDownTime
|
||||||
|
|
||||||
def call(Map config=[:], Closure extraSteps) {
|
def call(Map config=[:]) {
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
@ -60,7 +60,6 @@ def call(Map config=[:], Closure extraSteps) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
extraSteps()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user