Changeset d0cf7409


Ignore:
Timestamp:
May 12, 2017, 1:07:03 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
c344406
Parents:
7e492e4
Message:

New try for jenkins file attachments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/TestRegen

    r7e492e4 rd0cf7409  
    9393def email() {
    9494
     95        def target_dir = pwd tmp: true
     96
    9597        def email_subject = "[cforall dashboard][TEST REGEN# ${env.BUILD_NUMBER}] - Result"
    9698        def email_body = """This is an automated email from the Jenkins build machine. It was
     
    98100
    99101        //send email notification
    100         emailext body: email_body, subject: email_subject, to: user_email, attachmentsPattern: '**/result.patch'
     102        emailext body: email_body, subject: email_subject, to: user_email, attachmentsPattern: "${target_dir}/result.patch"
    101103}
    102104
Note: See TracChangeset for help on using the changeset viewer.