Changes in / [7416e041:d0542c4]
- Files:
-
- 2 edited
-
Jenkins/FullBuild (modified) (3 diffs)
-
src/tests/test.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r7416e041 rd0542c4 43 43 } 44 44 45 //sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master" 46 echo('BUILD NOT PUSH SINCE DO-LANG SERVER WAS DOWN') 45 sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master" 47 46 } 48 47 … … 68 67 69 68 node ('master') { 70 def err = null71 72 69 try { 73 70 //Prevent the build from exceeding 30 minutes … … 81 78 results = [null, null] 82 79 83 parallel (84 x64: {85 trigger_build('64-bit')86 },87 x32: {88 trigger_build('32-bit')89 }90 )80 // parallel ( 81 // x64: { 82 // trigger_build('64-bit') 83 // }, 84 // x32: { 85 // trigger_build('32-bit') 86 // } 87 // ) 91 88 92 89 //Push latest changes to do-lang repo -
src/tests/test.py
r7416e041 rd0542c4 33 33 def listTests(): 34 34 machineType = getMachineType() 35 36 #print(machineType) 35 37 36 38 # tests directly in the .expect folder will always be processed
Note:
See TracChangeset
for help on using the changeset viewer.