This commit is contained in:
Hyatt 2022-04-01 17:41:34 -05:00
parent 67e12befd0
commit 64bf567834
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -36,10 +36,10 @@ pipeline {
stage ('Build Images') { stage ('Build Images') {
steps { steps {
for (rhOS in ubiOS) { script {
for (image in ubiImages) { for (rhOS in ubiOS) {
stage ("Build ubi${rhOS}:${image}") { for (image in ubiImages) {
script { stage ("Build ubi${rhOS}:${image}") {
def updateCmd def updateCmd
if (image == "ubi-minimal") { if (image == "ubi-minimal") {
updateCmd = "microdnf" updateCmd = "microdnf"