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

dont delete e2e kopstack for master

parent 37905dd9
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,9 @@ pipeline {
def testResult = runTests(stageName, bezeichner, 'einheitlicher-ansprechpartner')
deleteKopStack(bezeichner, stageName)
if (env.BRANCH_NAME != 'master') {
deleteKopStack(bezeichner, stageName)
}
if(!testResult) {
E2E_FAILED += "${stageName}, "
......@@ -244,7 +246,9 @@ pipeline {
def testResult = runTests(stageName, bezeichner, 'main-tests')
deleteKopStack(bezeichner, stageName)
if (env.BRANCH_NAME != 'master') {
deleteKopStack(bezeichner, stageName)
}
if(!testResult) {
E2E_FAILED += "${stageName}, "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment