Fixed imgbuilder and added cron build trigger
Some checks failed
LXC-ImageBuilder/Debian/pipeline/head There was a failure building this commit
Some checks failed
LXC-ImageBuilder/Debian/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -106,6 +106,7 @@ packages:
|
||||
action: install
|
||||
- packages:
|
||||
- nano
|
||||
- xz-utils
|
||||
- openssh-server
|
||||
action: install
|
||||
variants:
|
||||
@@ -115,12 +116,14 @@ packages:
|
||||
#Jenkis Remote pkgs
|
||||
- packages:
|
||||
- openjdk-11-jre-headless
|
||||
- git
|
||||
action: install
|
||||
variants:
|
||||
- jenkinsbuilder
|
||||
- imgbuilder
|
||||
#LXCImgBuilder pkgs
|
||||
- packages:
|
||||
- sudo
|
||||
- fuseiso
|
||||
- squashfuse
|
||||
- fuse2fs
|
||||
|
||||
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -3,6 +3,9 @@ String[] ImgVariantList = ['Default-minmal', 'Default-default', 'Extra-imgbuilde
|
||||
|
||||
pipeline {
|
||||
agent { label 'LXCBuilder' }
|
||||
triggers {
|
||||
cron '@monthly'
|
||||
}
|
||||
parameters {
|
||||
booleanParam defaultValue: true, description: 'Builds Default images', name: 'BuildDefault'
|
||||
booleanParam defaultValue: false, description: 'Builds Extra images', name: 'BuildExtra'
|
||||
|
||||
Reference in New Issue
Block a user