Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 3a5131ed67382189022455b971ca8ed0a8f3e6a9)
+++ Jenkinsfile	(revision 317450e152f53d9ccb09316a71e3812b252206e7)
@@ -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)
