File tree Expand file tree Collapse file tree
JenkinsJobs/AutomatedTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,16 +66,11 @@ pipeline {
6666 post {
6767 unsuccessful {
6868 emailext subject: "Smoke test for ${buildId} - ${currentBuild.currentResult}",
69- body: "Smoke Tests failed. Please go to ${BUILD_URL} and check the build failure",
70- to: "sravankumarl@in.ibm.com sravan.lakkimsetti@gmail.com rahul.mohanan@ibm.com",
71- from:"genie.releng@eclipse.org"
72- }
73- success {
74- emailext subject: "Smoke test for ${buildId} - SUCCESS",
75- body: "Smoke Tests successful: ${BUILD_URL}",
76- to: "sravankumarl@in.ibm.com sravan.lakkimsetti@gmail.com rahul.mohanan@ibm.com",
69+ body: "Smoke tests failed for this build. Please review the logs at ${BUILD_URL} to identify the cause.",
70+ to: "platform-releng-dev@eclipse.org",
7771 from:"genie.releng@eclipse.org"
7872 }
73+
7974 }
8075}
8176
You can’t perform that action at this time.
0 commit comments