fkf
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user