Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision c43113867eea4097694e31b892900ddba904108f)
+++ Jenkinsfile	(revision e966ec0462ab15e68282ef0183cefebea1c12c0d)
@@ -55,4 +55,6 @@
 		err = caughtError
 
+		echo err.toString()
+
 		//An error has occured, the build log is relevent
 		log_needed = true
@@ -64,5 +66,5 @@
 	finally {
 		//Send email with final results if this is not a full build
-		if( !Settings.Silent ) {
+		if( Settings && !Settings.Silent ) {
 			echo 'Notifying users of result'
 			email(currentBuild.result, log_needed, bIsSandbox)
