Added to base instead of extendend ver
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user