Changeset 38c0fe5
- Timestamp:
- Apr 26, 2019, 3:30:10 PM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkins/FullBuild ¶
r490cb3c r38c0fe5 25 25 ) 26 26 } 27 28 //Push latest changes to do-lang repo29 // push_build()30 27 } 31 28 … … 94 91 } 95 92 96 // def push_build() {97 // //Don't use the build_stage function which outputs the compiler98 // stage('Push') {99 100 // status_prefix = 'Push'101 102 // def out_dir = pwd tmp: true103 // sh "mkdir -p ${out_dir}"104 105 // //checkout the code to make sure this is a valid git repo106 // checkout scm107 108 // collect_git_info()109 110 // //parse git logs to find what changed111 // 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 124 93 //Helper routine to collect information about the git history 125 94 def collect_git_info() { … … 162 131 <p>- Performance --------------------------------------------------------------</p> 163 132 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" > 165 134 """ 166 135
Note: See TracChangeset
for help on using the changeset viewer.