fixed jkf

This commit is contained in:
2021-02-19 03:57:59 +01:00
parent 53e0b60696
commit 810d1de213

2
Jenkinsfile vendored
View File

@@ -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