Changeset e0549dba for Jenkinsfile


Ignore:
Timestamp:
Aug 17, 2018, 3:18:53 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:
1947795
Parents:
b98313c
Message:

Fix error and print current build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rb98313c re0549dba  
    2525
    2626                        Settings = prepare_build()
     27                        echo "${currentBuild.changeSets}"
    2728
    2829                        clean()
     
    197198//Standard build email notification
    198199def email(String status, boolean log, boolean bIsSandbox) {
    199         echo "${currentBuild.changeSets}"
    200 
    201200        //Since tokenizer doesn't work, figure stuff out from the environnement variables and command line
    202201        //Configurations for email format
     
    247246        def email_to = "cforall@lists.uwaterloo.ca"
    248247
    249         if( !bIsSandbox ) {
     248        if( Settings && !Settings.IsSandbox ) {
    250249                //send email notification
    251250                emailext body: email_body, subject: email_subject, to: email_to, attachLog: log
Note: See TracChangeset for help on using the changeset viewer.