Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision c3d9adc210f8df4721b9a78f454b5ab85303cdc5)
+++ Jenkinsfile	(revision f51ef6f2a83bb47a27c0f328456fa9e017b3e998)
@@ -180,4 +180,5 @@
 					]])
 
+				bIsSandbox = env.BRANCH_NAME == "jenkins-sandbox"
 				bIsFullBuild = isFullBuild == 'true'
 				architectureFlag = ''
@@ -232,5 +233,5 @@
 
 		//Send email with final results if this is not a full build
-		if( !bIsFullBuild ) {
+		if( !bIsFullBuild && !bIsSandbox ) {
 			echo 'Notifying users of result'
 			email(currentBuild.result, log_needed)
