Changeset e966ec0


Ignore:
Timestamp:
Aug 17, 2018, 1:50:22 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
cdb5961
Parents:
c431138
Message:

better error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc431138 re966ec0  
    5555                err = caughtError
    5656
     57                echo err.toString()
     58
    5759                //An error has occured, the build log is relevent
    5860                log_needed = true
     
    6466        finally {
    6567                //Send email with final results if this is not a full build
    66                 if( !Settings.Silent ) {
     68                if( Settings && !Settings.Silent ) {
    6769                        echo 'Notifying users of result'
    6870                        email(currentBuild.result, log_needed, bIsSandbox)
Note: See TracChangeset for help on using the changeset viewer.