Changes in Jenkins/FullBuild [155cce0f:644ec6a]
- File:
-
- 1 edited
-
Jenkins/FullBuild (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r155cce0f r644ec6a 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
Note:
See TracChangeset
for help on using the changeset viewer.