Skip to content

Commit 45f93f4

Browse files
committed
Fix SmokeTest Mailing list.
1 parent 5bead09 commit 45f93f4

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

JenkinsJobs/AutomatedTests/smokeTests.jenkinsfile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)