From 810d1de21382443806f45606753dc8d774c5db3a Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 19 Feb 2021 03:57:59 +0100 Subject: [PATCH] fixed jkf --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 48fe15a..0ac1e22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { } // all the stages here will run in parallel stages { - stage("Build ${$ImgRelease} - ${ImgVariant}") { + stage('Build ${$ImgRelease} - ${ImgVariant}') { steps { // Build script sh '''sudo $WORKSPACE/distrobuilder build-lxc Alpine.yaml $WORKSPACE/REL/$ImgRelease-$ImgVariant/ -o image.release=$ImgRelease -o image.variant=$ImgVariant