Added minimal jessie
All checks were successful
LXC-ImageBuilder/Debian/pipeline/head This commit looks good
All checks were successful
LXC-ImageBuilder/Debian/pipeline/head This commit looks good
This commit is contained in:
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@@ -1,4 +1,4 @@
|
|||||||
String[] ImgReleaseList = ['buster']
|
String[] ImgReleaseList = ['buster', 'jessie']
|
||||||
String[] ImgVariantList = ['Default-minmal', 'Default-default', 'Extra-imgbuilder']
|
String[] ImgVariantList = ['Default-minmal', 'Default-default', 'Extra-imgbuilder']
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
@@ -41,9 +41,12 @@ pipeline {
|
|||||||
BuildThis = false
|
BuildThis = false
|
||||||
}
|
}
|
||||||
//Exclude unwanted conbinatinations
|
//Exclude unwanted conbinatinations
|
||||||
// if (ImgRelease == 'buster' && ImgVariant == 'Default-default' ){
|
if (ImgRelease == 'jessie' && ImgVariant == 'Default-minmal' ){
|
||||||
// BuildThis = false
|
BuildThis = true
|
||||||
// }
|
}else if (ImgRelease == 'jessie' ){
|
||||||
|
BuildThis = false
|
||||||
|
}
|
||||||
|
|
||||||
//Check if this combinations shoud be build
|
//Check if this combinations shoud be build
|
||||||
if (BuildThis == true) {
|
if (BuildThis == true) {
|
||||||
env.ImgRelease = ImgRelease
|
env.ImgRelease = ImgRelease
|
||||||
|
|||||||
Reference in New Issue
Block a user