Compare commits

...

2 Commits

Author SHA1 Message Date
Dustin 8841b42944 fixup! bci2: Add resources argument 2025-09-26 09:33:33 -05:00
Dustin 077515d83d fixup! ? 2025-09-26 09:33:20 -05:00
1 changed files with 1 additions and 3 deletions

View File

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