- Commented out the email notification untill we find out how to not send failures if the build is skipped because nothing changed in the "tools" directory.
diff --git a/tools/Jenkinsfile b/tools/Jenkinsfile
index b6bdfe3..ed096fc 100644
--- a/tools/Jenkinsfile
+++ b/tools/Jenkinsfile
@@ -81,7 +81,7 @@
         }
     }
 
-    // Send out notifications on unsuccessful builds.
+/*    // Send out notifications on unsuccessful builds.
     post {
         // If this build failed, send an email to the list.
         failure {
@@ -136,6 +136,6 @@
                 }
             }
         }
-    }
+    }*/
 
 }