Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r155cce0f r644ec6a  
    4343                }
    4444
    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"
    4746}
    4847
     
    6867
    6968node ('master') {
    70         def err = null
    71 
    7269        try {
    7370                //Prevent the build from exceeding 30 minutes
     
    8178                                        results = [null, null]
    8279
    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                                        // )
    9188
    9289                                //Push latest changes to do-lang repo
Note: See TracChangeset for help on using the changeset viewer.