Added imgbuilder extra template
Some checks failed
LXC-ImageBuilder/Debian/pipeline/head There was a failure building this commit

This commit is contained in:
2021-02-22 00:50:56 +01:00
parent 3dac450946
commit 3c6b0d6b4c
2 changed files with 35 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -1,5 +1,5 @@
String[] ImgReleaseList = ['buster']
String[] ImgVariantList = ['Default-minmal', 'Default-default']
String[] ImgVariantList = ['Default-minmal', 'Default-default', 'Extra-imgbuilder']
pipeline {
agent { label 'LXCBuilder' }