Changeset 71b7843


Ignore:
Timestamp:
May 30, 2016, 3:58:08 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:
c78e410
Parents:
bb5a0bb
Message:

added support for reusing git mailing list in jenkins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rbb5a0bb r71b7843  
    3838        Check console output at ${env.BUILD_URL} to view the results."""
    3939
    40         def email_to = 'tdelisle@uwaterloo.ca'
     40        def config = new File('/u/cforall/software/cfa/cfa-cc/config').text
     41        def email_to = (config =~ /mailinglist ?= ?(.+)/)[0][1]
    4142
    4243        //send email notification
Note: See TracChangeset for help on using the changeset viewer.