Index: Jenkins/FullBuild
===================================================================
--- Jenkins/FullBuild	(revision 13c98a4a0f6ef75648956b82730913c61e29aa8b)
+++ Jenkins/FullBuild	(revision 38c0fe51443f6890fb324c7ef08793dd9642d39b)
@@ -25,7 +25,4 @@
 				)
 			}
-
-			//Push latest changes to do-lang repo
-			// push_build()
 		}
 
@@ -94,32 +91,4 @@
 }
 
-// def push_build() {
-// 	//Don't use the build_stage function which outputs the compiler
-// 	stage('Push') {
-
-// 		status_prefix = 'Push'
-
-// 		def out_dir = pwd tmp: true
-// 		sh "mkdir -p ${out_dir}"
-
-// 		//checkout the code to make sure this is a valid git repo
-// 		checkout scm
-
-// 		collect_git_info()
-
-// 		//parse git logs to find what changed
-// 		sh "git remote > ${out_dir}/GIT_REMOTE"
-// 		git_remote = readFile("${out_dir}/GIT_REMOTE")
-// 		remoteDoLangExists = git_remote.contains("DoLang")
-
-// 		if( !remoteDoLangExists ) {
-// 			sh 'git remote add DoLang git@gitlab.do-lang.org:internal/cfa-cc.git'
-// 		}
-
-// 		//sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master"
-// 		echo('BUILD NOT PUSH SINCE DO-LANG SERVER WAS DOWN')
-// 	}
-// }
-
 //Helper routine to collect information about the git history
 def collect_git_info() {
@@ -162,5 +131,5 @@
 <p>- Performance --------------------------------------------------------------</p>
 
-<img src="https://cforall.uwaterloo.ca/jenkins/view/all/job/Plot%20Plugin%20Test/plot/getPlot?index=0" >
+<img src="https://cforall.uwaterloo.ca/jenkins/job/Cforall/job/master/plot/Compilation/getPlot?index=0" >
 """
 
