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