[ 
https://issues.apache.org/jira/browse/BEAM-5810?focusedWorklogId=158750&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-158750
 ]

ASF GitHub Bot logged work on BEAM-5810:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Oct/18 15:46
            Start Date: 25/Oct/18 15:46
    Worklog Time Spent: 10m 
      Work Description: kennknowles closed pull request #6775: [BEAM-5810] 
Jenkins emails to [email protected]
URL: https://github.com/apache/beam/pull/6775
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.test-infra/jenkins/CommonJobProperties.groovy 
b/.test-infra/jenkins/CommonJobProperties.groovy
index 641cdfbd051..fcac3eca26e 100644
--- a/.test-infra/jenkins/CommonJobProperties.groovy
+++ b/.test-infra/jenkins/CommonJobProperties.groovy
@@ -186,7 +186,7 @@ class CommonJobProperties {
   // Sets common config for jobs which run on a schedule; optionally on push
   static void setAutoJob(context,
                          String buildSchedule = '0 */6 * * *',
-                         notifyAddress = '[email protected]',
+                         notifyAddress = '[email protected]',
                          triggerOnCommit = false,
                          emailIndividuals = false) {
 
@@ -203,7 +203,7 @@ class CommonJobProperties {
 
 
     context.publishers {
-      // Notify an email address for each failed build (defaults to commits@).
+      // Notify an email address for each failed build (defaults to builds@).
       mailer(
           notifyAddress,
           /* _do_ notify every unstable build */ false,
diff --git a/.test-infra/jenkins/PostcommitJobBuilder.groovy 
b/.test-infra/jenkins/PostcommitJobBuilder.groovy
index 44e7774227a..5edd570b56e 100644
--- a/.test-infra/jenkins/PostcommitJobBuilder.groovy
+++ b/.test-infra/jenkins/PostcommitJobBuilder.groovy
@@ -58,7 +58,7 @@ class PostcommitJobBuilder {
 
   void defineAutoPostCommitJob(name) {
     def autoBuilds = scope.job(name) {
-      commonJobProperties.setAutoJob delegate, '0 */6 * * *', 
'[email protected]', true, true
+      commonJobProperties.setAutoJob delegate, '0 */6 * * *', 
'[email protected]', true, true
     }
 
     autoBuilds.with(jobDefinition)
diff --git a/.test-infra/jenkins/job_00_seed.groovy 
b/.test-infra/jenkins/job_00_seed.groovy
index 7a7cd0149f7..8e29934e288 100644
--- a/.test-infra/jenkins/job_00_seed.groovy
+++ b/.test-infra/jenkins/job_00_seed.groovy
@@ -97,9 +97,8 @@ job('beam_SeedJob') {
     }
   }
 
-  // If anything goes wrong, mail the main dev list, because it is a big deal
   publishers {
-    mailer('[email protected]', false, true)
+    mailer('[email protected]', false, true)
   }
 
   steps {
diff --git a/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy 
b/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
index 313dcf9a621..ad2662918f3 100644
--- a/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
+++ b/.test-infra/jenkins/job_Release_Gradle_NightlySnapshot.groovy
@@ -33,7 +33,7 @@ job('beam_Release_Gradle_NightlySnapshot') {
   commonJobProperties.setAutoJob(
       delegate,
       '0 7 * * *',
-      '[email protected]')
+      '[email protected]')
 
 
   // Allows triggering this build against pull requests.
diff --git a/.test-infra/jenkins/job_Release_Python_NightlySnapshot.groovy 
b/.test-infra/jenkins/job_Release_Python_NightlySnapshot.groovy
index b4653a13484..ab02b3a2084 100644
--- a/.test-infra/jenkins/job_Release_Python_NightlySnapshot.groovy
+++ b/.test-infra/jenkins/job_Release_Python_NightlySnapshot.groovy
@@ -32,7 +32,7 @@ job('beam_Release_Python_NightlySnapshot') {
     commonJobProperties.setAutoJob(
             delegate,
             '0 7 * * *',
-            '[email protected]')
+            '[email protected]')
 
     // Allows triggering this build against pull requests.
     commonJobProperties.enablePhraseTriggeringFromPullRequest(
diff --git a/.test-infra/jenkins/job_seed_standalone.groovy 
b/.test-infra/jenkins/job_seed_standalone.groovy
index dd1b6e7538c..6d92674eb4b 100644
--- a/.test-infra/jenkins/job_seed_standalone.groovy
+++ b/.test-infra/jenkins/job_seed_standalone.groovy
@@ -97,9 +97,8 @@ job('beam_SeedJob_Standalone') {
     }
   }
 
-  // If anything goes wrong, mail the main dev list, because it is a big deal
   publishers {
-    mailer('[email protected]', false, true)
+    mailer('[email protected]', false, true)
   }
 
   steps {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 158750)
    Time Spent: 40m  (was: 0.5h)

> Move Jenkins notifications to [email protected]
> ----------------------------------------------------
>
>                 Key: BEAM-5810
>                 URL: https://issues.apache.org/jira/browse/BEAM-5810
>             Project: Beam
>          Issue Type: Improvement
>          Components: build-system
>            Reporter: Kenneth Knowles
>            Assignee: Kenneth Knowles
>            Priority: Minor
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> On list there is consensus to move them off commits@ and dev@ to a new list, 
> builds@.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to