Changeset 7e492e4 for Jenkins


Ignore:
Timestamp:
May 12, 2017, 12:26:26 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:
d0cf7409
Parents:
43123e0
Message:

Fixed Jenkins email attachment pattern

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/TestRegen

    r43123e0 r7e492e4  
    9393def email() {
    9494
    95         def target_dir = pwd tmp: true
    96 
    9795        def email_subject = "[cforall dashboard][TEST REGEN# ${env.BUILD_NUMBER}] - Result"
    9896        def email_body = """This is an automated email from the Jenkins build machine. It was
     
    10098
    10199        //send email notification
    102         emailext body: email_body, subject: email_subject, to: user_email, attachmentsPattern: '${target_dir}/result.patch'
     100        emailext body: email_body, subject: email_subject, to: user_email, attachmentsPattern: '**/result.patch'
    103101}
    104102
    105103def email_error() {
    106 
    107         def target_dir = pwd tmp: true
    108104
    109105        def email_subject = "[cforall dashboard][TEST REGEN# ${env.BUILD_NUMBER}] - FAILURE"
Note: See TracChangeset for help on using the changeset viewer.