Added to base instead of extendend ver

This commit is contained in:
2021-02-19 03:57:11 +01:00
parent 41eb5196fb
commit 53e0b60696
2 changed files with 4 additions and 4 deletions

2
Jenkinsfile vendored
View File

@@ -43,7 +43,7 @@ pipeline {
}
// all the stages here will run in parallel
stages {
stage('Build') {
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