This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
The following commit(s) were added to refs/heads/master by this push:
new 8429378 [INFRA-18734] Jenkins builds fail on email notifications due
to unknown user ID "github"
8429378 is described below
commit 8429378d3af72ade07a2039eb4d001cd2c5a7a5e
Author: tibordigana <[email protected]>
AuthorDate: Sat Aug 3 10:53:22 2019 +0200
[INFRA-18734] Jenkins builds fail on email notifications due to unknown
user ID "github"
---
vars/jenkinsNotify.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/jenkinsNotify.groovy b/vars/jenkinsNotify.groovy
index 764375a..fbb237d 100644
--- a/vars/jenkinsNotify.groovy
+++ b/vars/jenkinsNotify.groovy
@@ -96,7 +96,7 @@ def call(Map params = [:]) {
for (def changeSet in currentBuild.changeSets) {
for (def change in changeSet) {
messageBody = messageBody + "\n*
${change.msg.trim().replaceAll('\n','\n ')}"
- //authors += change.author
+ authors += change.author
}
}
messageBody = messageBody + "\n"