Added comments

This commit is contained in:
2021-02-21 03:33:36 +01:00
parent 8782e0cf51
commit e1ce5de359
2 changed files with 17 additions and 15 deletions

2
Jenkinsfile vendored
View File

@@ -33,6 +33,7 @@ pipeline {
values 'Default-default', 'Extra-extended'
}
}
//Exclude unwanted conbinatinations
excludes {
exclude {
axis {
@@ -49,6 +50,7 @@ pipeline {
stages {
stage('Build image') {
when {
//ImgTypeTest
anyOf {
allOf {
expression { return (env.ImgVariant).startsWith('Default-') }