Update 'DebIMG.jenkinsfile'

This commit is contained in:
2021-09-09 21:59:45 +00:00
parent 51e8e786fc
commit a7529133a1

View File

@@ -24,7 +24,7 @@ pipeline {
stage('Image Configs'){ stage('Image Configs'){
steps{ steps{
script{ script{
for(ImgVariant in ImgVariantList){
env.ImgVariant = ImgVariant env.ImgVariant = ImgVariant
stage('Build image') { stage('Build image') {
catchError(buildResult: 'UNSTABLE', stageResult: 'FAILURE') { catchError(buildResult: 'UNSTABLE', stageResult: 'FAILURE') {
@@ -39,6 +39,7 @@ pipeline {
} }
} }
} }
}
stage('Finish') { stage('Finish') {
steps { steps {
// Save generated files // Save generated files