Changeset 8c8c2d9 for Jenkinsfile
- Timestamp:
- Jun 8, 2016, 2:27:20 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 5c6768e
- Parents:
- a235d09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
ra235d09 r8c8c2d9 127 127 cfa_build() 128 128 129 if(promote _build) {129 if(promoteBuild2DoLang) { 130 130 push_build() 131 131 } … … 149 149 finally { 150 150 //Send email with final results 151 notify_result(promote _build, err != null, currentBuild.result, log_needed)151 notify_result(promoteBuild2DoLang, err != null, currentBuild.result, log_needed) 152 152 153 153 /* Must re-throw exception to propagate error */
Note: See TracChangeset
for help on using the changeset viewer.