This commit is contained in:
2021-02-19 04:12:54 +01:00
parent 8949bdba86
commit 29efa6cd75

2
Jenkinsfile vendored
View File

@@ -17,7 +17,6 @@ pipeline {
sh '''mkdir $WORKSPACE/REL''' sh '''mkdir $WORKSPACE/REL'''
} }
} }
}
parallel { parallel {
stage("Image Configs") { stage("Image Configs") {
matrix { matrix {
@@ -58,7 +57,6 @@ pipeline {
} }
} }
} }
stages {
stage('Finish') { stage('Finish') {
steps { steps {
// Save generated files // Save generated files