From 58dfbee450b2a974c4336e36cbfd73a3e5fa4234 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 10 Sep 2021 22:16:50 +0000 Subject: [PATCH] Update 'DebIMG.jenkinsfile' --- DebIMG.jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DebIMG.jenkinsfile b/DebIMG.jenkinsfile index dc4d675..7afec10 100644 --- a/DebIMG.jenkinsfile +++ b/DebIMG.jenkinsfile @@ -1,3 +1,4 @@ + String[] ImgVariantList = ['minmal', 'default', 'jenkinsbuilder', 'imgbuilder', 'jenkins' ] pipeline { @@ -32,7 +33,7 @@ pipeline { env.ZX_Multicore = ZX_Multicore env.ZX_Cores = ZX_Cores env.ImgVariant = ImgVariant - stage('Build image') { + stage("Build ${ImgVariant}") { catchError(buildResult: 'UNSTABLE', stageResult: 'FAILURE') { sh '''echo "$(date) Do Build for $ImgVariant" if $ZX_Multicore; then