Index: Jenkins/FullBuild
===================================================================
--- Jenkins/FullBuild	(revision 6c6455fa3aff35b9e4792ff0598a10b9ba27d3ea)
+++ Jenkins/FullBuild	(revision 22634b26cbd6509a73698339709810102f49ce46)
@@ -161,5 +161,5 @@
 """
 
-	def email_to = "pabuhr@uwaterloo.ca, rschlunt@uwaterloo.ca, a3moss@uwaterloo.ca, tdelisle@uwaterloo.ca, brice.dobry@huawei.com"
+	def email_to = "pabuhr@uwaterloo.ca, rschlunt@uwaterloo.ca, a3moss@uwaterloo.ca, tdelisle@uwaterloo.ca, brice.dobry@huawei.com, ajbeach@edu.uwaterloo.ca"
 
 	//send email notification
Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 6c6455fa3aff35b9e4792ff0598a10b9ba27d3ea)
+++ Jenkinsfile	(revision 22634b26cbd6509a73698339709810102f49ce46)
@@ -153,12 +153,12 @@
 	do_sendemail	= ! (pSilent == 'true')
 
-	echo """Compiler 		: ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
-Architecture		: ${arch_name}
-Arc Flags		: ${architecture}
-Run All Tests		: ${ pRunAllTests.toString() }
-Run Benchmark		: ${ pRunBenchmark.toString() }
-Build Documentation	: ${ pBuildDocumentation.toString() }
-Publish		: ${ pPublish.toString() }
-Silent			: ${ pSilent.toString() }
+	echo """Compiler 	      : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
+Architecture            : ${arch_name}
+Arc Flags               : ${architecture}
+Run All Tests           : ${ pRunAllTests.toString() }
+Run Benchmark           : ${ pRunBenchmark.toString() }
+Build Documentation     : ${ pBuildDocumentation.toString() }
+Publish                 : ${ pPublish.toString() }
+Silent                  : ${ pSilent.toString() }
 """
 
