Changeset e109716 for Jenkins


Ignore:
Timestamp:
Aug 10, 2016, 2:36:10 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, 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:
ef42e764
Parents:
a563f01
Message:

added some debug logs to full build script since errors seem uncaught

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    ra563f01 re109716  
    9999        //attach the build log to the email
    100100        catch (Exception caughtError) {
     101                echo('error caught')
     102
    101103                //rethrow error later
    102104                err = caughtError
     
    122124//Email notification on a full build failure
    123125def promote_email(String status) {
     126        echo('notifying users')
     127
    124128        //Since tokenizer doesn't work, figure stuff out from the environnement variables and command line
    125129        //Configurations for email format
Note: See TracChangeset for help on using the changeset viewer.