From 33d58d5ccf866379c584fe3b81d5e7a13652603a Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 8 Aug 2023 15:03:43 +0200
Subject: [PATCH] OZG-3961 enable delete kopStack stage

---
 goofy-client/apps/goofy-e2e/Jenkinsfile | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/goofy-client/apps/goofy-e2e/Jenkinsfile b/goofy-client/apps/goofy-e2e/Jenkinsfile
index e9cb81810f..b6a53c6555 100644
--- a/goofy-client/apps/goofy-e2e/Jenkinsfile
+++ b/goofy-client/apps/goofy-e2e/Jenkinsfile
@@ -262,18 +262,18 @@ pipeline {
             }
         }
 
-//        stage('Delete E2E Namespaces') {
-//            when {
-//                expression { !SKIP_RUN }
-//            }
-//            steps {
-//                script {
-//                    FAILED_STAGE = env.STAGE_NAME
-//
-//                    deleteKopStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
-//                }
-//            }
-//        }
+        stage('Delete E2E Namespaces') {
+            when {
+                expression { !SKIP_RUN }
+            }
+            steps {
+                script {
+                    FAILED_STAGE = env.STAGE_NAME
+
+                    deleteKopStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
+                }
+            }
+        }
     }
     post {
         failure {
-- 
GitLab