Skip to content
Snippets Groups Projects
Commit 33d58d5c authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3961 enable delete kopStack stage

parent 5885864f
No related branches found
No related tags found
No related merge requests found
...@@ -262,18 +262,18 @@ pipeline { ...@@ -262,18 +262,18 @@ pipeline {
} }
} }
// stage('Delete E2E Namespaces') { stage('Delete E2E Namespaces') {
// when { when {
// expression { !SKIP_RUN } expression { !SKIP_RUN }
// } }
// steps { steps {
// script { script {
// FAILED_STAGE = env.STAGE_NAME FAILED_STAGE = env.STAGE_NAME
//
// deleteKopStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER]) deleteKopStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
// } }
// } }
// } }
} }
post { post {
failure { failure {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment