Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,'<h3>Some Tests Failed on Released 10.0-9.5 ML Server Single Node </h3><h4><a href=${JENKINS_URL}/blue/organizations/jenkins/java-client-api-regression/detail/$JOB_BASE_NAME/$BUILD_ID/tests><font color=red>Check the Test Report</font></a></h4><h4><a href=${RUN_DISPLAY_URL}>Check the Pipeline View</a></h4><h4> <a href=${BUILD_URL}/console> Check Console Output Here</a></h4><h4>Please create bugs for the failed regressions and fix them</h4>',false,'${STAGE_NAME} on develop against ML 10.0-9.5 Failed'
}
}
}
}
}