This commit is contained in:
Hyatt 2022-04-01 17:40:07 -05:00
parent a87ae0d476
commit 67e12befd0
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -34,10 +34,11 @@ pipeline {
}
}
stage ('Build Images') {
steps {
for (rhOS in ubiOS) {
for (image in ubiImages) {
stage ("Build ubi${rhOS}:${image}") {
steps {
script {
def updateCmd
if (image == "ubi-minimal") {
@ -78,4 +79,5 @@ RUN update-ca-trust extract && \\
}
}
}
}
}