feature/use-case-acceptance-tests-2 #117

Merged
hsh-michaelhoennig merged 38 commits from feature/use-case-acceptance-tests-2 into master 2024-11-05 13:58:39 +01:00
Showing only changes of commit e9bbd78617 - Show all commits

2
Jenkinsfile vendored
View File

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