Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-08-04 09:13:14 +0000
committerSravan Kumar Lakkimsetti2020-08-04 09:13:14 +0000
commitd753785729381be5926d53dea696768ce7d875ac (patch)
tree0b61b2fa641a40dd7f9f0870663a11eb854d31a3
parent3e48673c4ce46cd3d9129228f618e4322cc7ef9c (diff)
downloadeclipse.platform.releng.aggregator-d753785729381be5926d53dea696768ce7d875ac.tar.gz
eclipse.platform.releng.aggregator-d753785729381be5926d53dea696768ce7d875ac.tar.xz
eclipse.platform.releng.aggregator-d753785729381be5926d53dea696768ce7d875ac.zip
Updated email ids of eclipse team for Y-build
Change-Id: I30719fdedb2af9efedd2588953281e7a70bf97f6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--JenkinsJobs/Builds/Y-build.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/JenkinsJobs/Builds/Y-build.groovy b/JenkinsJobs/Builds/Y-build.groovy
index 6c4c9a228..ab742e5d5 100644
--- a/JenkinsJobs/Builds/Y-build.groovy
+++ b/JenkinsJobs/Builds/Y-build.groovy
@@ -478,13 +478,13 @@ spec:
failure {
emailext body: "Please go to ${BUILD_URL}/console and check the build failure.<br><br>",
subject: "${env.BUILD_VERSION} Y-Build: ${env.BUILD_IID.trim()} - BUILD FAILED",
- to: "jarthana@in.ibm.com sravankumarl@in.ibm.com",
+ to: "jarthana@in.ibm.com sravankumarl@in.ibm.com kalyan_prasad@in.ibm.com daniel_megert@ch.ibm.com lshanmug@in.ibm.com manoj.palat@in.ibm.com niraj.modi@in.ibm.com noopur_gupta@in.ibm.com sarika.sinha@in.ibm.com vikas.chandra@in.ibm.com",
from:"genie.releng@eclipse.org"
}
success {
emailext body: "Eclipse downloads:<br> https://download.eclipse.org/eclipse/downloads/drops4/${env.BUILD_IID.trim()}<br><br> Build logs and/or test results (eventually):<br> https://download.eclipse.org/eclipse/downloads/drops4/${env.BUILD_IID.trim()}/testResults.php<br><br>${env.POM_UPDATES_BODY.trim()}${env.COMPARATOR_ERRORS_BODY.trim()}Software site repository:<br> https://download.eclipse.org/eclipse/updates/4.17-Y-builds<br><br>Specific (simple) site repository:<br> https://download.eclipse.org/eclipse/updates/4.17-Y-builds/${env.BUILD_IID.trim()}<br><br>Equinox downloads:<br> https://download.eclipse.org/equinox/drops/${env.BUILD_IID.trim()}<br><br>",
subject: "${env.BUILD_VERSION} Y-Build: ${env.BUILD_IID.trim()} ${env.POM_UPDATES_SUBJECT.trim()} ${env.COMPARATOR_ERRORS_SUBJECT.trim()}",
- to: "jarthana@in.ibm.com sravankumarl@in.ibm.com",
+ to: "jarthana@in.ibm.com sravankumarl@in.ibm.com kalyan_prasad@in.ibm.com daniel_megert@ch.ibm.com lshanmug@in.ibm.com manoj.palat@in.ibm.com niraj.modi@in.ibm.com noopur_gupta@in.ibm.com sarika.sinha@in.ibm.com vikas.chandra@in.ibm.com",
from:"genie.releng@eclipse.org"
}
}

Back to the top