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

e2e (re)activate main tests

parent 9cf26357
Branches
Tags
No related merge requests found
......@@ -240,35 +240,35 @@ pipeline {
}
}
// stage('E2E-Main') {
// when {
// expression { !SKIP_RUN }
// }
// steps {
// catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
// script {
// def bezeichner = env.MAIN_BEZEICHNER
// def dbPort = 27019
stage('E2E-Main') {
when {
expression { !SKIP_RUN }
}
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
script {
def bezeichner = env.MAIN_BEZEICHNER
def dbPort = 27019
// forwardServices(generateNamespace(bezeichner), dbPort)
forwardServices(generateNamespace(bezeichner), dbPort)
// runTests(bezeichner, 'main-tests', 'user-main', dbPort, env.STAGE_NAME)
// }
// }
// }
// post {
// failure {
// script {
// FAILED_PARALLEL_STAGE += "${env.STAGE_NAME} "
// }
// }
// always {
// script {
// publishE2ETestResult("main-tests", "Alfa E2E-Tests main")
// }
// }
// }
// }
runTests(bezeichner, 'main-tests', 'user-main', dbPort, env.STAGE_NAME)
}
}
}
post {
failure {
script {
FAILED_PARALLEL_STAGE += "${env.STAGE_NAME} "
}
}
always {
script {
publishE2ETestResult("main-tests", "Alfa E2E-Tests main")
}
}
}
}
// }
// }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment