.
This commit is contained in:
parent
67e12befd0
commit
64bf567834
@ -36,10 +36,10 @@ pipeline {
|
|||||||
|
|
||||||
stage ('Build Images') {
|
stage ('Build Images') {
|
||||||
steps {
|
steps {
|
||||||
|
script {
|
||||||
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}") {
|
||||||
script {
|
|
||||||
def updateCmd
|
def updateCmd
|
||||||
if (image == "ubi-minimal") {
|
if (image == "ubi-minimal") {
|
||||||
updateCmd = "microdnf"
|
updateCmd = "microdnf"
|
||||||
|
Reference in New Issue
Block a user