fix parallel tests in pipeline 2

This commit is contained in:
Michael Hoennig 2024-11-05 12:32:20 +01:00
parent 7c9b584b97
commit e9bbd78617

2
Jenkinsfile vendored
View File

@ -32,7 +32,6 @@ pipeline {
} }
} }
stage ('Tests') {
stage ('Tests') { stage ('Tests') {
parallel { parallel {
stage('Unit-/Integration/Acceptance-Tests') { stage('Unit-/Integration/Acceptance-Tests') {
@ -53,7 +52,6 @@ pipeline {
} }
} }
} }
}
post { post {
always { always {