Merge "Adding simple checks examination of data/logs after robot suites"
[releng/builder.git] / jjb / include-raw-deploy-archives.sh
index 86e077eb5bc9700a1761d05718efa779567fa52c..53d2991a54f02308ff1581b09ba1af72cde8722c 100644 (file)
@@ -1,6 +1,17 @@
 #!/bin/bash
 
 set +e  # Do not affect the build result if some part of archiving fails.
+
+# Print out git status at the end of the build before we archive if $WORKSPACE
+# is a git repo.
+if [ -d $WORKSPACE/.git ]; then
+    echo ""
+    echo "----------> Git Status Report"
+    git status
+fi
+
+echo ""
+echo "----------> Archiving build to logs server"
 # Configure wget to not print download status when we download logs or when
 # Jenkins is installing Maven (To be clear this is the Jenkins Maven plugin
 # using a shell script itself that we are unable to modify directly to affect