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

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