[zorg] r317629 - jenkins/jobs: Fix email not using the presend configuration
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 14:40:06 PST 2017
Author: matze
Date: Tue Nov 7 14:40:06 2017
New Revision: 317629
URL: http://llvm.org/viewvc/llvm-project?rev=317629&view=rev
Log:
jenkins/jobs: Fix email not using the presend configuration
Modified:
zorg/trunk/zorg/jenkins/benchmark.groovy
Modified: zorg/trunk/zorg/jenkins/benchmark.groovy
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/benchmark.groovy?rev=317629&r1=317628&r2=317629&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/benchmark.groovy (original)
+++ zorg/trunk/zorg/jenkins/benchmark.groovy Tue Nov 7 14:40:06 2017
@@ -42,6 +42,8 @@ private def post_build() {
def email_template = readTrusted 'zorg/jenkins/email.template'
def body = render_template(email_template, log_summary)
emailext subject: '$DEFAULT_SUBJECT',
+ presendScript: '$DEFAULT_PRESEND_SCRIPT',
+ postsendScript: '$DEFAULT_POSTSEND_SCRIPT',
recipientProviders: [
[$class: 'CulpritsRecipientProvider'],
[$class: 'DevelopersRecipientProvider'],
More information about the llvm-commits
mailing list