fixed jkf
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -43,7 +43,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
// all the stages here will run in parallel
|
// all the stages here will run in parallel
|
||||||
stages {
|
stages {
|
||||||
stage("Build ${$ImgRelease} - ${ImgVariant}") {
|
stage('Build ${$ImgRelease} - ${ImgVariant}') {
|
||||||
steps {
|
steps {
|
||||||
// Build script
|
// Build script
|
||||||
sh '''sudo $WORKSPACE/distrobuilder build-lxc Alpine.yaml $WORKSPACE/REL/$ImgRelease-$ImgVariant/ -o image.release=$ImgRelease -o image.variant=$ImgVariant
|
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