.
This commit is contained in:
parent
a87ae0d476
commit
67e12befd0
@ -34,10 +34,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage ('Build Images') {
|
||||||
|
steps {
|
||||||
for (rhOS in ubiOS) {
|
for (rhOS in ubiOS) {
|
||||||
for (image in ubiImages) {
|
for (image in ubiImages) {
|
||||||
stage ("Build ubi${rhOS}:${image}") {
|
stage ("Build ubi${rhOS}:${image}") {
|
||||||
steps {
|
|
||||||
script {
|
script {
|
||||||
def updateCmd
|
def updateCmd
|
||||||
if (image == "ubi-minimal") {
|
if (image == "ubi-minimal") {
|
||||||
@ -78,4 +79,5 @@ RUN update-ca-trust extract && \\
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user