Changeset 018fac4 for Jenkinsfile


Ignore:
Timestamp:
May 27, 2016, 4:49:43 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
f2b977a
Parents:
c77aa5a
Message:

testing token replacement in jenkins file to format email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc77aa5a r018fac4  
    2222  sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure'
    2323  sh 'make -j 8'
    24   emailext body: email_body, subject: email_subject, to: 'tdelisle@uwaterloo.ca'
     24  //emailext body: email_body, subject: email_subject, to: ''
     25  emailext body: '$DEFAULT_CONTENT', subject: '$DEFAULT_SUBJECT', to: 'tdelisle@uwaterloo.ca'
    2526 }
Note: See TracChangeset for help on using the changeset viewer.