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 {
|
||||
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