Changeset 71b7843
- Timestamp:
- May 30, 2016, 3:58:08 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rbb5a0bb r71b7843 38 38 Check console output at ${env.BUILD_URL} to view the results.""" 39 39 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] 41 42 42 43 //send email notification
Note: See TracChangeset
for help on using the changeset viewer.