Update 'DebIMG.jenkinsfile'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user