This commit is contained in:
2025-09-26 09:33:20 -05:00
parent 0b73922b47
commit 077515d83d

View File

@@ -53,7 +53,6 @@ def call(args) {
}
parallel stages
stage('Push') {
runInPod {
container('buildah') {
withBuildahCreds(registry) {
@@ -89,7 +88,6 @@ def call(args) {
}
}
}
}
def buildStage(args) {
def name = args.name