Changeset e0549dba for Jenkinsfile
- Timestamp:
- Aug 17, 2018, 3:18:53 PM (7 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:
- 1947795
- Parents:
- b98313c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkinsfile ¶
rb98313c re0549dba 25 25 26 26 Settings = prepare_build() 27 echo "${currentBuild.changeSets}" 27 28 28 29 clean() … … 197 198 //Standard build email notification 198 199 def email(String status, boolean log, boolean bIsSandbox) { 199 echo "${currentBuild.changeSets}"200 201 200 //Since tokenizer doesn't work, figure stuff out from the environnement variables and command line 202 201 //Configurations for email format … … 247 246 def email_to = "cforall@lists.uwaterloo.ca" 248 247 249 if( !bIsSandbox ) {248 if( Settings && !Settings.IsSandbox ) { 250 249 //send email notification 251 250 emailext body: email_body, subject: email_subject, to: email_to, attachLog: log
Note: See TracChangeset
for help on using the changeset viewer.