Changeset c344406


Ignore:
Timestamp:
May 12, 2017, 2:07:12 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:
d8e14e39
Parents:
d0cf7409
Message:

New try for file attachments by changing directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/TestRegen

    rd0cf7409 rc344406  
    9595        def target_dir = pwd tmp: true
    9696
    97         def email_subject = "[cforall dashboard][TEST REGEN# ${env.BUILD_NUMBER}] - Result"
    98         def email_body = """This is an automated email from the Jenkins build machine. It was
     97        dir( target_dir ) {
     98
     99                def email_subject = "[cforall dashboard][TEST REGEN# ${env.BUILD_NUMBER}] - Result"
     100                def email_body = """This is an automated email from the Jenkins build machine. It was
    99101generated http://plg2:8082/dashboard."""
    100102
    101         //send email notification
    102         emailext body: email_body, subject: email_subject, to: user_email, attachmentsPattern: "${target_dir}/result.patch"
     103                //send email notification
     104                emailext body: email_body, subject: email_subject, to: user_email, attachmentsPattern: "**/*.patch"
     105        }
    103106}
    104107
Note: See TracChangeset for help on using the changeset viewer.