Update 'Jenkinsfile'
All checks were successful
LXC-ImageBuilder/OpenSuse/pipeline/head This commit looks good

This commit is contained in:
2021-02-21 16:01:07 +00:00
parent 198d576802
commit 6b1ba4e63c

25
Jenkinsfile vendored
View File

@@ -34,19 +34,18 @@ pipeline {
} }
} }
//Exclude unwanted conbinatinations //Exclude unwanted conbinatinations
// excludes { excludes {
// exclude { exclude {
// axis { axis {
// name 'ImgRelease' name 'ImgRelease'
// values 'edge' values 'tumbleweed'
// } }
// axis { axis {
// name 'ImgVariant' name 'ImgVariant'
// //use notValues to invert notValues 'Default-default'
// values 'Extra-extended' }
// } }
// } }
// }
stages { stages {
stage('Build image') { stage('Build image') {
when { when {