fix parallel tests in pipeline 2
This commit is contained in:
parent
7c9b584b97
commit
e9bbd78617
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage ('Tests') {
|
||||
stage ('Tests') {
|
||||
parallel {
|
||||
stage('Unit-/Integration/Acceptance-Tests') {
|
||||
@ -53,7 +52,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
|
Loading…
Reference in New Issue
Block a user