Changeset a6b7480


Ignore:
Timestamp:
May 30, 2016, 4:29:40 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
353f395, 7f8b740
Parents:
1da4ead
Message:

add build email addresses to Jenkinsfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r1da4ead ra6b7480  
    4141        Check console output at ${env.BUILD_URL} to view the results."""
    4242
    43         def config = new File('/u/cforall/software/cfa/cfa-cc/config').text
    44         def email_to = (config =~ /mailinglist ?= ?(.+)/)[0][1]
     43        // def config = new File('/u/cforall/software/cfa/cfa-cc/config').text
     44        // def email_to = (config =~ /mailinglist ?= ?(.+)/)[0][1]
     45        def email_to = "pabuhr@uwaterloo.ca, rschlunt@uwaterloo.ca, a3moss@uwaterloo.ca, tdelisle@uwaterloo.ca, brice.dobry@huawei.com"
    4546
    4647        //send email notification
Note: See TracChangeset for help on using the changeset viewer.