Changeset b98313c


Ignore:
Timestamp:
Aug 17, 2018, 2:52:47 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:
e0549dba
Parents:
939fd39
Message:

Clean now handled in checkout and started looking into currentBuild changeSets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r939fd39 rb98313c  
    8686                        deleteDir()
    8787                }
    88 
    89                 //Clean all temporary files to make sure no artifacts of the previous build remain
    90                 sh 'git clean -fdx'
    91 
    92                 //Reset the git repo so no local changes persist
    93                 sh 'git reset --hard'
    9488        }
    9589}
     
    203197//Standard build email notification
    204198def email(String status, boolean log, boolean bIsSandbox) {
     199        echo "${currentBuild.changeSets}"
     200
    205201        //Since tokenizer doesn't work, figure stuff out from the environnement variables and command line
    206202        //Configurations for email format
Note: See TracChangeset for help on using the changeset viewer.