This commit is contained in:
2021-02-19 04:11:42 +01:00
parent 1196d2f8b0
commit 8949bdba86

6
Jenkinsfile vendored
View File

@@ -17,6 +17,8 @@ pipeline {
sh '''mkdir $WORKSPACE/REL'''
}
}
}
parallel {
stage("Image Configs") {
matrix {
axes {
@@ -42,7 +44,7 @@ pipeline {
}
}
// all the stages here will run in parallel
parallel {
stages {
stage('Build image') {
steps {
//echo "Do Build for ${$ImgRelease} - ${ImgVariant}"
@@ -55,6 +57,8 @@ pipeline {
}
}
}
}
stages {
stage('Finish') {
steps {
// Save generated files