Changeset 38c0fe5 for Jenkins


Ignore:
Timestamp:
Apr 26, 2019, 3:30:10 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7a230fd
Parents:
490cb3c
Message:

Clean up fullbuild code and fix URL to be master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r490cb3c r38c0fe5  
    2525                                )
    2626                        }
    27 
    28                         //Push latest changes to do-lang repo
    29                         // push_build()
    3027                }
    3128
     
    9491}
    9592
    96 // def push_build() {
    97 //      //Don't use the build_stage function which outputs the compiler
    98 //      stage('Push') {
    99 
    100 //              status_prefix = 'Push'
    101 
    102 //              def out_dir = pwd tmp: true
    103 //              sh "mkdir -p ${out_dir}"
    104 
    105 //              //checkout the code to make sure this is a valid git repo
    106 //              checkout scm
    107 
    108 //              collect_git_info()
    109 
    110 //              //parse git logs to find what changed
    111 //              sh "git remote > ${out_dir}/GIT_REMOTE"
    112 //              git_remote = readFile("${out_dir}/GIT_REMOTE")
    113 //              remoteDoLangExists = git_remote.contains("DoLang")
    114 
    115 //              if( !remoteDoLangExists ) {
    116 //                      sh 'git remote add DoLang git@gitlab.do-lang.org:internal/cfa-cc.git'
    117 //              }
    118 
    119 //              //sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master"
    120 //              echo('BUILD NOT PUSH SINCE DO-LANG SERVER WAS DOWN')
    121 //      }
    122 // }
    123 
    12493//Helper routine to collect information about the git history
    12594def collect_git_info() {
     
    162131<p>- Performance --------------------------------------------------------------</p>
    163132
    164 <img src="https://cforall.uwaterloo.ca/jenkins/view/all/job/Plot%20Plugin%20Test/plot/getPlot?index=0" >
     133<img src="https://cforall.uwaterloo.ca/jenkins/job/Cforall/job/master/plot/Compilation/getPlot?index=0" >
    165134"""
    166135
Note: See TracChangeset for help on using the changeset viewer.