Skip to content
Snippets Groups Projects
Commit 4d9e1712 authored by OZGCloud's avatar OZGCloud
Browse files

e2e activate delete namespaces

parent acabc5ba
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment