Revert "Disable e-mails until the Groovy exception is fixed"
Attempt #2
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@371145 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake b/zorg/jenkins/jobs/jobs/lldb-cmake
index 656c67a..7ad246d 100644
--- a/zorg/jenkins/jobs/jobs/lldb-cmake
+++ b/zorg/jenkins/jobs/jobs/lldb-cmake
@@ -81,5 +81,18 @@
scanForIssues tool: clang()
junit 'test/results.xml'
}
+ failure {
+ emailext subject: '$DEFAULT_SUBJECT',
+ presendScript: '$DEFAULT_PRESEND_SCRIPT',
+ postsendScript: '$DEFAULT_POSTSEND_SCRIPT',
+ recipientProviders: [
+ [$class: 'CulpritsRecipientProvider'],
+ [$class: 'DevelopersRecipientProvider'],
+ [$class: 'RequesterRecipientProvider'],
+ ],
+ replyTo: '$DEFAULT_REPLYTO',
+ to: 'jdevlieghere@apple.com', // $DEFAULT_RECIPIENTS
+ body:'$DEFAULT_CONTENT'
+ }
}
}