aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-10-02 17:22:25 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-10-02 17:22:25 +0000
commit63b448fcc2edf02d2df0290cac26617003638a35 (patch)
tree7cf1e2993fd68e295caa972e2af32ca7ffac0090
parent62167df5799d1885823a6cfbc4a96d3ea9d7a3ee (diff)
[LLDB] Send e-mails to the default recipients
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@373490 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--zorg/jenkins/jobs/jobs/lldb-cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake b/zorg/jenkins/jobs/jobs/lldb-cmake
index 5aa5a622..6c3de0ac 100644
--- a/zorg/jenkins/jobs/jobs/lldb-cmake
+++ b/zorg/jenkins/jobs/jobs/lldb-cmake
@@ -91,7 +91,7 @@ pipeline {
[$class: 'RequesterRecipientProvider'],
],
replyTo: '$DEFAULT_REPLYTO',
- to: 'jdevlieghere@apple.com', // $DEFAULT_RECIPIENTS
+ to: '$DEFAULT_RECIPIENTS',
body:'$DEFAULT_CONTENT'
}
}