Added cron trigger for build
Some checks failed
LXC-ImageBuilder/Alpine/pipeline/head There was a failure building this commit
Some checks failed
LXC-ImageBuilder/Alpine/pipeline/head There was a failure building this commit
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -3,6 +3,9 @@ String[] ImgVariantList = ['Default-minmal', 'Default-default']
|
|||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'LXCBuilder' }
|
agent { label 'LXCBuilder' }
|
||||||
|
triggers {
|
||||||
|
cron '@monthly'
|
||||||
|
}
|
||||||
parameters {
|
parameters {
|
||||||
booleanParam defaultValue: true, description: 'Builds Default images', name: 'BuildDefault'
|
booleanParam defaultValue: true, description: 'Builds Default images', name: 'BuildDefault'
|
||||||
booleanParam defaultValue: false, description: 'Builds Extra images', name: 'BuildExtra'
|
booleanParam defaultValue: false, description: 'Builds Extra images', name: 'BuildExtra'
|
||||||
|
|||||||
Reference in New Issue
Block a user