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') {
steps {
for (rhOS in ubiOS) {
for (image in ubiImages) {
stage ("Build ubi${rhOS}:${image}") {
script {
script {
for (rhOS in ubiOS) {
for (image in ubiImages) {
stage ("Build ubi${rhOS}:${image}") {
def updateCmd
if (image == "ubi-minimal") {
updateCmd = "microdnf"