that expiriment failed, reverting
This commit is contained in:
parent
8f86d83732
commit
4b9592b0b0
@ -22,16 +22,21 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage ('Initalize Jenkins') {
|
||||
steps {
|
||||
script {
|
||||
stage ('Initalize Jenkins') {
|
||||
workspace = pwd()
|
||||
ubiOS = ["8"]
|
||||
ubiImages = ["ubi-minimal", "ubi"]
|
||||
|
||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage ('Build Images') {
|
||||
steps {
|
||||
script {
|
||||
for (rhOS in ubiOS) {
|
||||
for (image in ubiImages) {
|
||||
stage ("Build ubi${rhOS}:${image}") {
|
||||
@ -74,4 +79,5 @@ RUN update-ca-trust extract && \\
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user