diff --git a/Jenkinsfile b/Jenkinsfile index 3264f74ad..6781e1b9f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -141,22 +141,5 @@ pipeline{ } } } - stage('regressions-10.0-9'){ - when{ - allOf{ - branch 'develop' - expression {return params.regressions} - } - } - steps{ - runtests('Release','10.0-9.5') - junit '**/build/**/TEST*.xml' - } - post{ - unsuccessful{ - sendMail params.Email,'

Some Tests Failed on Released 10.0-9.5 ML Server Single Node

Check the Test Report

Check the Pipeline View

Check Console Output Here

Please create bugs for the failed regressions and fix them

',false,'${STAGE_NAME} on develop against ML 10.0-9.5 Failed' - } - } - } } }