diff --git a/goofy-client/apps/goofy-e2e/Jenkinsfile b/goofy-client/apps/goofy-e2e/Jenkinsfile index e9cb81810f3046d2f7252da3e641ff132c963da7..b6a53c6555928a61fb56157c7b6beac457cd7434 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 {