Changeset a6b7480 for Jenkinsfile
- Timestamp:
- May 30, 2016, 4:29:40 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r1da4ead ra6b7480 41 41 Check console output at ${env.BUILD_URL} to view the results.""" 42 42 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" 45 46 46 47 //send email notification
Note: See TracChangeset
for help on using the changeset viewer.