Changeset 317450e for Jenkinsfile
- Timestamp:
- Feb 16, 2017, 3:36:55 PM (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:
- 11f95ee, 94ad12f, a7c4921
- Parents:
- 3a5131ed (diff), f51ef6f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r3a5131ed r317450e 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.