fixed jkf

This commit is contained in:
2021-02-19 04:16:03 +01:00
parent 29efa6cd75
commit 97d71be8d2

2
Jenkinsfile vendored
View File

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