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

test e2e on load cluster

parent b70569da
Branches
Tags
No related merge requests found
......@@ -315,7 +315,7 @@ pipeline {
script {
FAILED_STAGE = env.STAGE_NAME
deleteOzgCloudStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
//deleteOzgCloudStack([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
}
}
}
......@@ -505,7 +505,7 @@ Void generateNamespaceYaml(String bezeichner, String valuesPathSuffix) {
Void deleteOzgCloudStack(ozgCloudBezeichner) {
for(bezeichner in ozgCloudBezeichner) {
if (hasNamespaceFile(bezeichner)) {
//removeNamespaceFile(bezeichner)
removeNamespaceFile(bezeichner)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment