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