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']
|
||||
|
||||
pipeline {
|
||||
@@ -41,9 +41,12 @@ pipeline {
|
||||
BuildThis = false
|
||||
}
|
||||
//Exclude unwanted conbinatinations
|
||||
// if (ImgRelease == 'buster' && ImgVariant == 'Default-default' ){
|
||||
// BuildThis = false
|
||||
// }
|
||||
if (ImgRelease == 'jessie' && ImgVariant == 'Default-minmal' ){
|
||||
BuildThis = true
|
||||
}else if (ImgRelease == 'jessie' ){
|
||||
BuildThis = false
|
||||
}
|
||||
|
||||
//Check if this combinations shoud be build
|
||||
if (BuildThis == true) {
|
||||
env.ImgRelease = ImgRelease
|
||||
|
||||
Reference in New Issue
Block a user