Skip to content
Snippets Groups Projects
Commit 0e861159 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6368: fix: activate parallel run

parent 13e22cc3
No related branches found
No related tags found
No related merge requests found
......@@ -247,13 +247,13 @@ pipeline {
}
}
// stage('Run E2E-Tests') {
// when {
// expression { !SKIP_RUN }
// }
// failFast false
stage('Run E2E-Tests') {
when {
expression { !SKIP_RUN }
}
failFast false
// parallel {
parallel {
// stage('E2E-Alfa-EA') {
// when {
// expression { !SKIP_RUN }
......@@ -345,8 +345,8 @@ pipeline {
}
}
}
// }
// }
}
}
stage('Delete E2E Namespaces') {
when {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment