- Timestamp:
- Aug 2, 2016, 6:40:20 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:
- 8a443f4, 9799ec8
- Parents:
- e4957e7 (diff), 155cce0f (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
-
Jenkins/FullBuild
re4957e7 rbecba789 43 43 } 44 44 45 sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master" 45 //sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master" 46 echo('BUILD NOT PUSH SINCE DO-LANG SERVER WAS DOWN') 46 47 } 47 48 … … 67 68 68 69 node ('master') { 70 def err = null 71 69 72 try { 70 73 //Prevent the build from exceeding 30 minutes … … 78 81 results = [null, null] 79 82 80 //parallel (81 //x64: {82 //trigger_build('64-bit')83 //},84 //x32: {85 //trigger_build('32-bit')86 //}87 //)83 parallel ( 84 x64: { 85 trigger_build('64-bit') 86 }, 87 x32: { 88 trigger_build('32-bit') 89 } 90 ) 88 91 89 92 //Push latest changes to do-lang repo
Note: See TracChangeset
for help on using the changeset viewer.