fixup! ?
parent
0b73922b47
commit
077515d83d
|
@ -53,7 +53,6 @@ def call(args) {
|
||||||
}
|
}
|
||||||
parallel stages
|
parallel stages
|
||||||
|
|
||||||
stage('Push') {
|
|
||||||
runInPod {
|
runInPod {
|
||||||
container('buildah') {
|
container('buildah') {
|
||||||
withBuildahCreds(registry) {
|
withBuildahCreds(registry) {
|
||||||
|
@ -89,7 +88,6 @@ def call(args) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
def buildStage(args) {
|
def buildStage(args) {
|
||||||
def name = args.name
|
def name = args.name
|
||||||
|
|
Loading…
Reference in New Issue