From 9e3645c11f6946c7e8501e062ea23ff483942d8b Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Thu, 19 Dec 2024 22:37:40 +0100 Subject: [PATCH] [Build] Send Y-build results to jdt-dev mailing-list instead of to a fixed lists of interested people. --- JenkinsJobs/YBuilds/Y_build.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JenkinsJobs/YBuilds/Y_build.groovy b/JenkinsJobs/YBuilds/Y_build.groovy index 4c7644d00e1..0e43a1795f6 100644 --- a/JenkinsJobs/YBuilds/Y_build.groovy +++ b/JenkinsJobs/YBuilds/Y_build.groovy @@ -441,13 +441,13 @@ spec: failure { emailext body: "Please go to ${BUILD_URL}console and check the build failure.

", subject: "${env.BUILD_VERSION} Y-Build: ${env.BUILD_IID.trim()} - BUILD FAILED", - to: "rahul.mohanan@ibm.com jarthana@in.ibm.com alshama.m.s@ibm.com elsa.zacharia@ibm.com suby.surendran@ibm.com gpunathi@in.ibm.com sravankumarl@in.ibm.com manoj.palat@in.ibm.com noopur_gupta@in.ibm.com akurtakov@gmail.com", + to: 'jdt-dev@eclipse.org', from:"genie.releng@eclipse.org" } success { emailext body: "Eclipse downloads:
https://download.eclipse.org/eclipse/downloads/drops4/${env.BUILD_IID.trim()}

Build logs and/or test results (eventually):
https://download.eclipse.org/eclipse/downloads/drops4/${env.BUILD_IID.trim()}/testResults.php

${env.POM_UPDATES_BODY.trim()}${env.COMPARATOR_ERRORS_BODY.trim()}Software site repository:
https://download.eclipse.org/eclipse/updates/${env.RELEASE_VER.trim()}-Y-builds

Specific (simple) site repository:
https://download.eclipse.org/eclipse/updates/${env.RELEASE_VER.trim()}-Y-builds/${env.BUILD_IID.trim()}

Equinox downloads:
https://download.eclipse.org/equinox/drops/${env.BUILD_IID.trim()}

", subject: "${env.BUILD_VERSION} Y-Build: ${env.BUILD_IID.trim()} ${env.POM_UPDATES_SUBJECT.trim()} ${env.COMPARATOR_ERRORS_SUBJECT.trim()}", - to: "rahul.mohanan@ibm.com jarthana@in.ibm.com alshama.m.s@ibm.com elsa.zacharia@ibm.com suby.surendran@ibm.com gpunathi@in.ibm.com sravankumarl@in.ibm.com manoj.palat@in.ibm.com noopur_gupta@in.ibm.com akurtakov@gmail.com", + to: 'jdt-dev@eclipse.org', from:"genie.releng@eclipse.org" } }