Fix again?

This commit is contained in:
2021-02-19 04:05:21 +01:00
parent 8bcbb983db
commit 1196d2f8b0
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@@ -42,10 +42,10 @@ pipeline {
} }
} }
// all the stages here will run in parallel // all the stages here will run in parallel
stages { parallel {
stage('Build image') { stage('Build image') {
steps { steps {
echo "Do Build for ${$ImgRelease} - ${ImgVariant}" //echo "Do Build for ${$ImgRelease} - ${ImgVariant}"
// 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
sudo chown jenkins:jenkins -R $WORKSPACE/REL sudo chown jenkins:jenkins -R $WORKSPACE/REL

View File

@@ -42,7 +42,7 @@ pipeline {
} }
} }
// all the stages here will run in parallel // all the stages here will run in parallel
parallel { stages {
stage('Build image') { stage('Build image') {
steps { steps {
//echo "Do Build for ${$ImgRelease} - ${ImgVariant}" //echo "Do Build for ${$ImgRelease} - ${ImgVariant}"