Dustin 2025-09-26 09:26:35 -05:00
parent d9ed040d08
commit 0b73922b47
1 changed files with 2 additions and 0 deletions

View File

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