[zorg] r370082 - Disable e-mails until the Groovy exception is fixed

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 10:33:50 PDT 2019


Author: jdevlieghere
Date: Tue Aug 27 10:33:50 2019
New Revision: 370082

URL: http://llvm.org/viewvc/llvm-project?rev=370082&view=rev
Log:
Disable e-mails until the Groovy exception is fixed

Modified:
    zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake

Modified: zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake?rev=370082&r1=370081&r2=370082&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake (original)
+++ zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake Tue Aug 27 10:33:50 2019
@@ -81,18 +81,5 @@ pipeline {
             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 at apple.com', // $DEFAULT_RECIPIENTS
-                    body:'$DEFAULT_CONTENT'
-        }
     }
 }




More information about the llvm-commits mailing list