- Timestamp:
- Jul 16, 2016, 4:49:59 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, 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:
- 644ec6a
- Parents:
- ef7219c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
ref7219c r284b7aa 54 54 55 55 //parse git logs to find what changed 56 gitRefName = env.BRANCH_NAME 57 dir("../${gitRefName}@script") { 56 dir("../Cforall_Full_Build@script") { 58 57 sh "git reflog > ${out_dir}/GIT_COMMIT" 59 58 } … … 79 78 results = [null, null] 80 79 81 parallel (82 x64: {83 trigger_build('64-bit')84 },85 x32: {86 trigger_build('32-bit')87 }88 )80 // parallel ( 81 // x64: { 82 // trigger_build('64-bit') 83 // }, 84 // x32: { 85 // trigger_build('32-bit') 86 // } 87 // ) 89 88 90 89 //Push latest changes to do-lang repo
Note: See TracChangeset
for help on using the changeset viewer.