From 4d9e1712d629e48a140f44f50276b9994dfe6033 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 28 Nov 2023 11:05:56 +0100
Subject: [PATCH] e2e activate delete namespaces

---
 goofy-client/apps/alfa-e2e/Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/goofy-client/apps/alfa-e2e/Jenkinsfile b/goofy-client/apps/alfa-e2e/Jenkinsfile
index 053475679b..32f13a4160 100644
--- a/goofy-client/apps/alfa-e2e/Jenkinsfile
+++ b/goofy-client/apps/alfa-e2e/Jenkinsfile
@@ -180,13 +180,13 @@ pipeline {
                     waitForKopStackRollout([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
                 }
             }
-            /*post {
+            post {
                 failure {
                     script {
                         deleteKopStack([env.MAIN_BEZEICHNER])
                     }
                 }
-            }*/
+            }
         }
 
         stage('Init PortForwards') {
@@ -264,7 +264,7 @@ pipeline {
                 }
             }
         }
-/*
+
         stage('Delete E2E Namespaces') {
             when {
                 expression { !SKIP_RUN }
@@ -277,7 +277,7 @@ pipeline {
                 }
             }
         }
-*/
+
     }
     post {
         failure {
-- 
GitLab