This commit is contained in:
2021-02-19 03:42:40 +01:00
parent 5e96630b9f
commit d6b12c1b03

7
Jenkinsfile vendored
View File

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