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 {
}
}
// 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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment