Changeset b98313c
- Timestamp:
- Aug 17, 2018, 2:52:47 PM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r939fd39 rb98313c 86 86 deleteDir() 87 87 } 88 89 //Clean all temporary files to make sure no artifacts of the previous build remain90 sh 'git clean -fdx'91 92 //Reset the git repo so no local changes persist93 sh 'git reset --hard'94 88 } 95 89 } … … 203 197 //Standard build email notification 204 198 def email(String status, boolean log, boolean bIsSandbox) { 199 echo "${currentBuild.changeSets}" 200 205 201 //Since tokenizer doesn't work, figure stuff out from the environnement variables and command line 206 202 //Configurations for email format
Note: See TracChangeset
for help on using the changeset viewer.