Changeset f51ef6f for Jenkinsfile
- Timestamp:
- Feb 16, 2017, 11:37:43 AM (8 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 317450e, 9beae23
- Parents:
- c3d9adc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rc3d9adc rf51ef6f 180 180 ]]) 181 181 182 bIsSandbox = env.BRANCH_NAME == "jenkins-sandbox" 182 183 bIsFullBuild = isFullBuild == 'true' 183 184 architectureFlag = '' … … 232 233 233 234 //Send email with final results if this is not a full build 234 if( !bIsFullBuild ) {235 if( !bIsFullBuild && !bIsSandbox ) { 235 236 echo 'Notifying users of result' 236 237 email(currentBuild.result, log_needed)
Note: See TracChangeset
for help on using the changeset viewer.