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