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

OZG-6368: fix: activate parallel run

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