Disable e-mails until the Groovy exception is fixed
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@370082 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake b/zorg/jenkins/jobs/jobs/lldb-cmake
index 7ad246d..656c67a 100644
--- a/zorg/jenkins/jobs/jobs/lldb-cmake
+++ b/zorg/jenkins/jobs/jobs/lldb-cmake
@@ -81,18 +81,5 @@
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'
- }
}
}